#55BCC5

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

Shades of Viking #55BCC5

Tints of Viking #55BCC5

Color information

#55BCC5 (or 0x55BCC5) is unknown color: approx Viking. HEX triplet: 55, BC and C5. RGB value is (85,188,197). Sum of RGB (Red+Green+Blue) = 85+188+197=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 197 - color contains mainly: blue. Hex color #55BCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCC5 is #AA433A. Grayscale: #9E9E9E. Windows color (decimal): -11158331 or 12958805. OLE color: 12958805.

HSL color Cylindrical-coordinate representation of color #55BCC5: hue angle of 184.82º degrees, saturation: 0.49, 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 #55BCC5 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB85188197-
CMYK0.570.0500.23
HSL184.82º49.12%55.29%-
HSV(B)184.82º56.85%77.25%-
XYZ31.8141.9359.24-
YUV158.23149.8875.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.09%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 197 (77.34% from 255) = 41.91%
R=18.09%
G=40%
B=41.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851881970.570.0500.23184.8249.1255.29
Hex55BCC5395017b93137
Octal1252743057150272716167
Binary1010101101111001100010111100110101011110111001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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