#0557BC

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

Shades of Denim #0557BC

Tints of Denim #0557BC

Color information

#0557BC (or 0x0557BC) is unknown color: approx Denim. HEX triplet: 05, 57 and BC. RGB value is (5,87,188). Sum of RGB (Red+Green+Blue) = 5+87+188=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #0557BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0557BC is #FAA843. Grayscale: #494949. Windows color (decimal): -16427076 or 12343045. OLE color: 12343045.

HSL color Cylindrical-coordinate representation of color #0557BC: hue angle of 213.11º 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 #0557BC is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB587188-
CMYK0.970.5400.26
HSL213.11º94.82%37.84%-
HSV(B)213.11º97.34%73.73%-
XYZ12.5510.4848.94-
YUV74192.3378.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.79%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 188 (73.83% from 255) = 67.14%
R=1.79%
G=31.07%
B=67.14%

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
Decimal5871880.970.5400.26213.1194.8237.84
Hex557BC613601Ad55f26
Octal51272741416603232513746
Binary1011010111101111001100001110110011010110101011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0557BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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