#55B6CD

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

Shades of Viking #55B6CD

Tints of Viking #55B6CD

Color information

#55B6CD (or 0x55B6CD) is unknown color: approx Viking. HEX triplet: 55, B6 and CD. RGB value is (85,182,205). Sum of RGB (Red+Green+Blue) = 85+182+205=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #55B6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B6CD is #AA4932. Grayscale: #9B9B9B. Windows color (decimal): -11159859 or 13481557. OLE color: 13481557.

HSL color Cylindrical-coordinate representation of color #55B6CD: hue angle of 191.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55B6CD is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85182205-
CMYK0.590.1100.20
HSL191.5º54.55%56.86%-
HSV(B)191.5º58.54%80.39%-
XYZ31.4939.7963.78-
YUV155.62155.8677.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.01%
GREEN value IS 182 (71.48% from 255) = 38.56%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=18.01%
G=38.56%
B=43.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851822050.590.1100.20191.554.5556.86
Hex55B6CD3BB014c03739
Octal12526631573130243006771
Binary10101011011011011001101111011101101010011000000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,182,205); }

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

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

 a { background-color: rgb(85,182,205); }

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

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

 span { border-color: rgb(85,182,205); }

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