Html Css Color HEX #055DBA Denim

📋 copy color: '#055DBA'

red 5 ◦ green 93 ◦ blue 186

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

Shades of Denim #055DBA

Tints of Denim #055DBA

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 value IS 0.97

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#055DBA (or 0x055DBA) is known color: 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

RGB 5 93 186 -
CMYK 0.97 0.5 0 0.27
HSL 210.83º 0.95% 0.37% -
HSV(B) 210.83º 0.97% 0.73% -
XYZ 12.84 11.41 47.98 -
YUV 77.29 189.35 76.44 -
System Red Green Blue C M Y K H S L
Decimal 5 93 186 0.97 0.5 0 0.27 210.83 0.95 0.37
Hex 5 5D BA 61 32 0 1B D3 5F 25
Octal 5 135 272 141 62 0 33 323 137 45
Binary 101 1011101 10111010 1100001 110010 0 11011 11010011 1011111 100101

Color Harmonies of #055DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055DBA

Black with #055DBA

Text Example


Text Example

White with #055DBA

Text Example


Text Example

HTML Codes & Css Web 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>