Html Css Color HEX #055CBA Denim

📋 copy color: '#055CBA'

red 5 ◦ green 92 ◦ blue 186

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

Shades of Denim #055CBA

Tints of Denim #055CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.51%

 BLUE value IS 186 (73.05% from 255) = 65.72%

R = 1.77%
G = 32.51%
B = 65.72%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#055CBA (or 0x055CBA) is known color: Denim. HEX triplet: 05, 5C and BA. RGB value is (5,92,186). Sum of RGB (Red+Green+Blue) = 5+92+186=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #055CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CBA is #FAA345. Grayscale: #4C4C4C. Windows color (decimal): -16425798 or 12213253. OLE color: 12213253.

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

Color convert

RGB 5 92 186 -
CMYK 0.97 0.51 0 0.27
HSL 211.16º 0.95% 0.37% -
HSV(B) 211.16º 0.97% 0.73% -
XYZ 12.75 11.23 47.95 -
YUV 76.7 189.68 76.86 -
System Red Green Blue C M Y K H S L
Decimal 5 92 186 0.97 0.51 0 0.27 211.16 0.95 0.37
Hex 5 5C BA 61 33 0 1B D3 5F 25
Octal 5 134 272 141 63 0 33 323 137 45
Binary 101 1011100 10111010 1100001 110011 0 11011 11010011 1011111 100101

Color Harmonies of #055CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CBA

Black with #055CBA

Text Example


Text Example

White with #055CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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