#0557C1

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

Shades of Denim #0557C1

Tints of Denim #0557C1

Color information

#0557C1 (or 0x0557C1) is unknown color: approx Denim. HEX triplet: 05, 57 and C1. RGB value is (5,87,193). Sum of RGB (Red+Green+Blue) = 5+87+193=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 193 (75.78% from 255 or 67.72% from 285); Max value from RGB is 193 - color contains mainly: blue. Hex color #0557C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0557C1 is #FAA83E. Grayscale: #4A4A4A. Windows color (decimal): -16427071 or 12670725. OLE color: 12670725.

HSL color Cylindrical-coordinate representation of color #0557C1: hue angle of 213.83º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0557C1 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB587193-
CMYK0.970.5500.24
HSL213.83º94.95%38.82%-
HSV(B)213.83º97.41%75.69%-
XYZ13.110.751.83-
YUV74.57194.8378.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 193 (75.78% from 255) = 67.72%
R=1.75%
G=30.53%
B=67.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal5871930.970.5500.24213.8394.9538.82
Hex557C16137018d65f27
Octal51273011416703032613747
Binary1011010111110000011100001110111011000110101101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0557C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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