#55B5C1

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

Shades of Viking #55B5C1

Tints of Viking #55B5C1

Color information

#55B5C1 (or 0x55B5C1) is unknown color: approx Viking. HEX triplet: 55, B5 and C1. RGB value is (85,181,193). Sum of RGB (Red+Green+Blue) = 85+181+193=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #55B5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B5C1 is #AA4A3E. Grayscale: #999999. Windows color (decimal): -11160127 or 12694869. OLE color: 12694869.

HSL color Cylindrical-coordinate representation of color #55B5C1: hue angle of 186.67º 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 #55B5C1 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85181193-
CMYK0.560.0600.24
HSL186.67º46.55%54.51%-
HSV(B)186.67º55.96%75.69%-
XYZ29.938.8356.37-
YUV153.66150.279.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.52%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=18.52%
G=39.43%
B=42.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851811930.560.0600.24186.6746.5554.51
Hex55B5C1386018bb2f37
Octal1252653017060302735767
Binary1010101101101011100000111100011001100010111011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,181,193); }

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

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

 a { background-color: rgb(85,181,193); }

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

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

 span { border-color: rgb(85,181,193); }

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