#55B7C4

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

Shades of Viking #55B7C4

Tints of Viking #55B7C4

Color information

#55B7C4 (or 0x55B7C4) is unknown color: approx Viking. HEX triplet: 55, B7 and C4. RGB value is (85,183,196). Sum of RGB (Red+Green+Blue) = 85+183+196=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 196 - color contains mainly: blue. Hex color #55B7C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B7C4 is #AA483B. Grayscale: #9B9B9B. Windows color (decimal): -11159612 or 12891989. OLE color: 12891989.

HSL color Cylindrical-coordinate representation of color #55B7C4: hue angle of 187.03º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55B7C4 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB85183196-
CMYK0.570.0700.23
HSL187.03º48.47%55.1%-
HSV(B)187.03º56.63%76.86%-
XYZ30.6439.7858.29-
YUV155.18151.0377.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.32%
GREEN value IS 183 (71.88% from 255) = 39.44%
BLUE value IS 196 (76.95% from 255) = 42.24%
R=18.32%
G=39.44%
B=42.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851831960.570.0700.23187.0348.4755.1
Hex55B7C4397017bb3037
Octal1252673047170272736067
Binary1010101101101111100010011100111101011110111011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,183,196); }

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

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

 a { background-color: rgb(85,183,196); }

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

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

 span { border-color: rgb(85,183,196); }

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