#0556BC

Color #0556BC Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0556BC

Tints of Denim #0556BC

Color information

#0556BC (or 0x0556BC) is unknown color: approx Denim. HEX triplet: 05, 56 and BC. RGB value is (5,86,188). Sum of RGB (Red+Green+Blue) = 5+86+188=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #0556BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0556BC is #FAA943. Grayscale: #484848. Windows color (decimal): -16427332 or 12342789. OLE color: 12342789.

HSL color Cylindrical-coordinate representation of color #0556BC: hue angle of 213.44º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0556BC is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB586188-
CMYK0.970.5400.26
HSL213.44º94.82%37.84%-
HSV(B)213.44º97.34%73.73%-
XYZ12.4710.3248.91-
YUV73.41192.6679.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.79%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 188 (73.83% from 255) = 67.38%
R=1.79%
G=30.82%
B=67.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5861880.970.5400.26213.4494.8237.84
Hex556BC613601Ad55f26
Octal51262741416603232513746
Binary1011010110101111001100001110110011010110101011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0556BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0556BC; }

 p { color: rgb(5,86,188); }

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

<style>
 a { background-color: #0556BC; }

 a { background-color: rgb(5,86,188); }

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

<style>
 span { border-color: #0556BC; }

 span { border-color: rgb(5,86,188); }

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