#55BAD5

Color #55BAD5 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #55BAD5

Tints of Viking #55BAD5

Color information

#55BAD5 (or 0x55BAD5) is unknown color: approx Viking. HEX triplet: 55, BA and D5. RGB value is (85,186,213). Sum of RGB (Red+Green+Blue) = 85+186+213=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #55BAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BAD5 is #AA452A. Grayscale: #9E9E9E. Windows color (decimal): -11158827 or 14006869. OLE color: 14006869.

HSL color Cylindrical-coordinate representation of color #55BAD5: hue angle of 192.66º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55BAD5 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85186213-
CMYK0.600.1300.16
HSL192.66º60.38%58.43%-
HSV(B)192.66º60.09%83.53%-
XYZ33.3241.8569.27-
YUV158.88158.5475.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 17.56%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 213 (83.59% from 255) = 44.01%
R=17.56%
G=38.43%
B=44.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851862130.600.1300.16192.6660.3858.43
Hex55BAD53CD010c13c3a
Octal12527232574150203017472
Binary10101011011101011010101111100110101000011000001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55BAD5; }

 p { color: rgb(85,186,213); }

 H1.HeaderClassName
 {
   color: #55BAD5;
 }
 .AnyTagClassName
 {
   color: #55BAD5;
 }
</style>
background-color css

<style>
 a { background-color: #55BAD5; }

 a { background-color: rgb(85,186,213); }

 div.DivClassName
 {
   background-color: #55BAD5;
 }
 .BgClassName
 {
   background-color: #55BAD5;
 }
</style>
border-color css

<style>
 span { border-color: #55BAD5; }

 span { border-color: rgb(85,186,213); }

 td.TdClassName
 {
   border-color: #55BAD5;
 }
 .TagClassName
 {
   border-color: #55BAD5;
 }
</style>