#55BCC0

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

Shades of Viking #55BCC0

Tints of Viking #55BCC0

Color information

#55BCC0 (or 0x55BCC0) is unknown color: approx Viking. HEX triplet: 55, BC and C0. RGB value is (85,188,192). Sum of RGB (Red+Green+Blue) = 85+188+192=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #55BCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCC0 is #AA433F. Grayscale: #9D9D9D. Windows color (decimal): -11158336 or 12631125. OLE color: 12631125.

HSL color Cylindrical-coordinate representation of color #55BCC0: hue angle of 182.24º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55BCC0 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85188192-
CMYK0.560.0200.25
HSL182.24º45.92%54.31%-
HSV(B)182.24º55.73%75.29%-
XYZ31.2441.756.27-
YUV157.66147.3876.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.28%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=18.28%
G=40.43%
B=41.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851881920.560.0200.25182.2445.9254.31
Hex55BCC0382019b62e36
Octal1252743007020312665666
Binary101010110111100110000001110001001100110110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,192); }

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

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

 a { background-color: rgb(85,188,192); }

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

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

 span { border-color: rgb(85,188,192); }

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