#055DBA

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

Shades of Denim #055DBA

Tints of Denim #055DBA

Color information

#055DBA (or 0x055DBA) is unknown color: approx Denim. HEX triplet: 05, 5D and BA. RGB value is (5,93,186). Sum of RGB (Red+Green+Blue) = 5+93+186=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #055DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055DBA is #FAA245. Grayscale: #4C4C4C. Windows color (decimal): -16425542 or 12213509. OLE color: 12213509.

HSL color Cylindrical-coordinate representation of color #055DBA: hue angle of 210.83º 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 #055DBA is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB593186-
CMYK0.970.500.27
HSL210.83º94.76%37.45%-
HSV(B)210.83º97.31%72.94%-
XYZ12.8411.4147.98-
YUV77.29189.3576.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.76%
GREEN value IS 93 (36.72% from 255) = 32.75%
BLUE value IS 186 (73.05% from 255) = 65.49%
R=1.76%
G=32.75%
B=65.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5931860.970.500.27210.8394.7637.45
Hex55DBA613201Bd35f25
Octal51352721416203332313745
Binary1011011101101110101100001110010011011110100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,93,186); }

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

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

 a { background-color: rgb(5,93,186); }

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

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

 span { border-color: rgb(5,93,186); }

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