Html Css Color HEX #055DB9 Denim

📋 copy color: '#055DB9'

red 5 ◦ green 93 ◦ blue 185

#055DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #055DB9

Tints of Denim #055DB9

RGB

 RED value IS 5 (2.34% from 255) = 1.77%

 GREEN value IS 93 (36.72% from 255) = 32.86%

 BLUE value IS 185 (72.66% from 255) = 65.37%

R = 1.77%
G = 32.86%
B = 65.37%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#055DB9 (or 0x055DB9) is known color: Denim. HEX triplet: 05, 5D and B9. RGB value is (5,93,185). Sum of RGB (Red+Green+Blue) = 5+93+185=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 185 (72.66% from 255 or 65.37% from 283); Max value from RGB is 185 - color contains mainly: blue. Hex color #055DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055DB9 is #FAA246. Grayscale: #4C4C4C. Windows color (decimal): -16425543 or 12147973. OLE color: 12147973.

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

Color convert

RGB 5 93 185 -
CMYK 0.97 0.50 0 0.27
HSL 210.67º 0.95% 0.37% -
HSV(B) 210.67º 0.97% 0.73% -
XYZ 12.73 11.36 47.42 -
YUV 77.18 188.85 76.52 -
System Red Green Blue C M Y K H S L
Decimal 5 93 185 0.97 0.50 0 0.27 210.67 0.95 0.37
Hex 5 5D B9 61 32 0 1B D3 5F 25
Octal 5 135 271 141 62 0 33 323 137 45
Binary 101 1011101 10111001 1100001 110010 0 11011 11010011 1011111 100101

Color Harmonies of #055DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055DB9

Black with #055DB9

Text Example


Text Example

White with #055DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #055DB9;
 }
 .AnyTagClassName
 {
   color: #055DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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