Html Css Color HEX #055CBC Denim

📋 copy color: '#055CBC'

red 5 ◦ green 92 ◦ blue 188

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

Shades of Denim #055CBC

Tints of Denim #055CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.96%

R = 1.75%
G = 32.28%
B = 65.96%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#055CBC (or 0x055CBC) is known color: Denim. HEX triplet: 05, 5C and BC. RGB value is (5,92,188). Sum of RGB (Red+Green+Blue) = 5+92+188=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #055CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CBC is #FAA343. Grayscale: #4C4C4C. Windows color (decimal): -16425796 or 12344325. OLE color: 12344325.

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

Color convert

RGB 5 92 188 -
CMYK 0.97 0.51 0 0.26
HSL 211.48º 0.95% 0.38% -
HSV(B) 211.48º 0.97% 0.74% -
XYZ 12.97 11.32 49.08 -
YUV 76.93 190.68 76.69 -
System Red Green Blue C M Y K H S L
Decimal 5 92 188 0.97 0.51 0 0.26 211.48 0.95 0.38
Hex 5 5C BC 61 33 0 1A D3 5F 26
Octal 5 134 274 141 63 0 32 323 137 46
Binary 101 1011100 10111100 1100001 110011 0 11010 11010011 1011111 100110

Color Harmonies of #055CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CBC

Black with #055CBC

Text Example


Text Example

White with #055CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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