#055EB9

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

Shades of Denim #055EB9

Tints of Denim #055EB9

Color information

#055EB9 (or 0x055EB9) is unknown color: approx Denim. HEX triplet: 05, 5E and B9. RGB value is (5,94,185). Sum of RGB (Red+Green+Blue) = 5+94+185=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 185 (72.66% from 255 or 65.14% from 284); Max value from RGB is 185 - color contains mainly: blue. Hex color #055EB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055EB9 is #FAA146. Grayscale: #4D4D4D. Windows color (decimal): -16425287 or 12148229. OLE color: 12148229.

HSL color Cylindrical-coordinate representation of color #055EB9: hue angle of 210.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055EB9 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB594185-
CMYK0.970.4900.27
HSL210.33º94.74%37.25%-
HSV(B)210.33º97.3%72.55%-
XYZ12.8211.5447.45-
YUV77.76188.5176.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.76%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 185 (72.66% from 255) = 65.14%
R=1.76%
G=33.10%
B=65.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5941850.970.4900.27210.3394.7437.25
Hex55EB9613101Bd25f25
Octal51362711416103332213745
Binary1011011110101110011100001110001011011110100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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