#55B1CD

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

Shades of Viking #55B1CD

Tints of Viking #55B1CD

Color information

#55B1CD (or 0x55B1CD) is unknown color: approx Viking. HEX triplet: 55, B1 and CD. RGB value is (85,177,205). Sum of RGB (Red+Green+Blue) = 85+177+205=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #55B1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B1CD is #AA4E32. Grayscale: #989898. Windows color (decimal): -11161139 or 13480277. OLE color: 13480277.

HSL color Cylindrical-coordinate representation of color #55B1CD: hue angle of 194º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55B1CD is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85177205-
CMYK0.590.1400.20
HSL194º54.55%56.86%-
HSV(B)194º58.54%80.39%-
XYZ30.4937.7863.44-
YUV152.68157.5279.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.20%
GREEN value IS 177 (69.53% from 255) = 37.90%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=18.20%
G=37.90%
B=43.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851772050.590.1400.2019454.5556.86
Hex55B1CD3BE014c23739
Octal12526131573160243026771
Binary10101011011000111001101111011111001010011000010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,177,205); }

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

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

 a { background-color: rgb(85,177,205); }

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

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

 span { border-color: rgb(85,177,205); }

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