#55B2C2

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

Shades of Viking #55B2C2

Tints of Viking #55B2C2

Color information

#55B2C2 (or 0x55B2C2) is unknown color: approx Viking. HEX triplet: 55, B2 and C2. RGB value is (85,178,194). Sum of RGB (Red+Green+Blue) = 85+178+194=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #55B2C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B2C2 is #AA4D3D. Grayscale: #979797. Windows color (decimal): -11160894 or 12759637. OLE color: 12759637.

HSL color Cylindrical-coordinate representation of color #55B2C2: hue angle of 188.81º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55B2C2 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85178194-
CMYK0.560.0800.24
HSL188.81º47.19%54.71%-
HSV(B)188.81º56.19%76.08%-
XYZ29.437.6756.76-
YUV152.02151.6980.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 178 (69.92% from 255) = 38.95%
BLUE value IS 194 (76.17% from 255) = 42.45%
R=18.60%
G=38.95%
B=42.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851781940.560.0800.24188.8147.1954.71
Hex55B2C2388018bd2f37
Octal12526230270100302755767
Binary10101011011001011000010111000100001100010111101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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