#55BCC6

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

Shades of Viking #55BCC6

Tints of Viking #55BCC6

Color information

#55BCC6 (or 0x55BCC6) is unknown color: approx Viking. HEX triplet: 55, BC and C6. RGB value is (85,188,198). Sum of RGB (Red+Green+Blue) = 85+188+198=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #55BCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCC6 is #AA4339. Grayscale: #9E9E9E. Windows color (decimal): -11158330 or 13024341. OLE color: 13024341.

HSL color Cylindrical-coordinate representation of color #55BCC6: hue angle of 185.31º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55BCC6 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB85188198-
CMYK0.570.0500.22
HSL185.31º49.78%55.49%-
HSV(B)185.31º57.07%77.65%-
XYZ31.9241.9759.85-
YUV158.34150.3875.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.05%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 198 (77.73% from 255) = 42.04%
R=18.05%
G=39.92%
B=42.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851881980.570.0500.22185.3149.7855.49
Hex55BCC6395016b93237
Octal1252743067150262716267
Binary1010101101111001100011011100110101011010111001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,198); }

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

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

 a { background-color: rgb(85,188,198); }

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

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

 span { border-color: rgb(85,188,198); }

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