#55BFCD

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

Shades of Viking #55BFCD

Tints of Viking #55BFCD

Color information

#55BFCD (or 0x55BFCD) is unknown color: approx Viking. HEX triplet: 55, BF and CD. RGB value is (85,191,205). Sum of RGB (Red+Green+Blue) = 85+191+205=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #55BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFCD is #AA4032. Grayscale: #A0A0A0. Windows color (decimal): -11157555 or 13483861. OLE color: 13483861.

HSL color Cylindrical-coordinate representation of color #55BFCD: hue angle of 187º 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 #55BFCD is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85191205-
CMYK0.590.0700.20
HSL187º54.55%56.86%-
HSV(B)187º58.54%80.39%-
XYZ33.443.664.41-
YUV160.9152.8873.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.67%
GREEN value IS 191 (75% from 255) = 39.71%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=17.67%
G=39.71%
B=42.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851912050.590.0700.2018754.5556.86
Hex55BFCD3B7014bb3739
Octal1252773157370242736771
Binary1010101101111111100110111101111101010010111011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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