#55C2D0

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

Shades of Viking #55C2D0

Tints of Viking #55C2D0

Color information

#55C2D0 (or 0x55C2D0) is unknown color: approx Viking. HEX triplet: 55, C2 and D0. RGB value is (85,194,208). Sum of RGB (Red+Green+Blue) = 85+194+208=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #55C2D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C2D0 is #AA3D2F. Grayscale: #A2A2A2. Windows color (decimal): -11156784 or 13681237. OLE color: 13681237.

HSL color Cylindrical-coordinate representation of color #55C2D0: hue angle of 186.83º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55C2D0 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85194208-
CMYK0.590.0700.18
HSL186.83º56.68%57.45%-
HSV(B)186.83º59.13%81.57%-
XYZ34.4245.0766.56-
YUV163153.3972.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.45%
GREEN value IS 194 (76.17% from 255) = 39.84%
BLUE value IS 208 (81.64% from 255) = 42.71%
R=17.45%
G=39.84%
B=42.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851942080.590.0700.18186.8356.6857.45
Hex55C2D03B7012bb3939
Octal1253023207370222737171
Binary1010101110000101101000011101111101001010111011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,194,208); }

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

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

 a { background-color: rgb(85,194,208); }

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

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

 span { border-color: rgb(85,194,208); }

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