#55B6C6

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

Shades of Viking #55B6C6

Tints of Viking #55B6C6

Color information

#55B6C6 (or 0x55B6C6) is unknown color: approx Viking. HEX triplet: 55, B6 and C6. RGB value is (85,182,198). Sum of RGB (Red+Green+Blue) = 85+182+198=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #55B6C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B6C6 is #AA4939. Grayscale: #9A9A9A. Windows color (decimal): -11159866 or 13022805. OLE color: 13022805.

HSL color Cylindrical-coordinate representation of color #55B6C6: hue angle of 188.5º 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 #55B6C6 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB85182198-
CMYK0.570.0800.22
HSL188.5º49.78%55.49%-
HSV(B)188.5º57.07%77.65%-
XYZ30.6739.4659.43-
YUV154.82152.3678.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.28%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 198 (77.73% from 255) = 42.58%
R=18.28%
G=39.14%
B=42.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851821980.570.0800.22188.549.7855.49
Hex55B6C6398016bc3237
Octal12526630671100262746267
Binary10101011011011011000110111001100001011010111100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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