#055EB2

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

Shades of Denim #055EB2

Tints of Denim #055EB2

Color information

#055EB2 (or 0x055EB2) is unknown color: approx Denim. HEX triplet: 05, 5E and B2. RGB value is (5,94,178). Sum of RGB (Red+Green+Blue) = 5+94+178=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 178 (69.92% from 255 or 64.26% from 277); Max value from RGB is 178 - color contains mainly: blue. Hex color #055EB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055EB2 is #FAA14D. Grayscale: #4C4C4C. Windows color (decimal): -16425294 or 11689477. OLE color: 11689477.

HSL color Cylindrical-coordinate representation of color #055EB2: hue angle of 209.13º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055EB2 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB594178-
CMYK0.970.4700.30
HSL209.13º94.54%35.88%-
HSV(B)209.13º97.19%69.8%-
XYZ12.111.2543.65-
YUV76.96185.0176.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.81%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 178 (69.92% from 255) = 64.26%
R=1.81%
G=33.94%
B=64.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5941780.970.4700.30209.1394.5435.88
Hex55EB2612F01Ed15f24
Octal51362621415703632113744
Binary1011011110101100101100001101111011110110100011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055EB2; }

 p { color: rgb(5,94,178); }

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

<style>
 a { background-color: #055EB2; }

 a { background-color: rgb(5,94,178); }

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

<style>
 span { border-color: #055EB2; }

 span { border-color: rgb(5,94,178); }

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