Html Css Color HEX #055DBB Denim

📋 copy color: '#055DBB'

red 5 ◦ green 93 ◦ blue 187

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

Shades of Denim #055DBB

Tints of Denim #055DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.61%

R = 1.75%
G = 32.63%
B = 65.61%

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

#055DBB (or 0x055DBB) is known color: Denim. HEX triplet: 05, 5D and BB. RGB value is (5,93,187). Sum of RGB (Red+Green+Blue) = 5+93+187=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #055DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055DBB is #FAA244. Grayscale: #4C4C4C. Windows color (decimal): -16425541 or 12279045. OLE color: 12279045.

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

Color convert

RGB 5 93 187 -
CMYK 0.97 0.50 0 0.27
HSL 210.99º 0.95% 0.38% -
HSV(B) 210.99º 0.97% 0.73% -
XYZ 12.95 11.45 48.54 -
YUV 77.4 189.85 76.36 -
System Red Green Blue C M Y K H S L
Decimal 5 93 187 0.97 0.50 0 0.27 210.99 0.95 0.38
Hex 5 5D BB 61 32 0 1B D3 5F 26
Octal 5 135 273 141 62 0 33 323 137 46
Binary 101 1011101 10111011 1100001 110010 0 11011 11010011 1011111 100110

Color Harmonies of #055DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055DBB

Black with #055DBB

Text Example


Text Example

White with #055DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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