#055CB2

Color #055CB2 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #055CB2

Tints of Denim #055CB2

Color information

#055CB2 (or 0x055CB2) is unknown color: approx Denim. HEX triplet: 05, 5C and B2. RGB value is (5,92,178). Sum of RGB (Red+Green+Blue) = 5+92+178=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 178 (69.92% from 255 or 64.73% from 275); Max value from RGB is 178 - color contains mainly: blue. Hex color #055CB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055CB2 is #FAA34D. Grayscale: #4B4B4B. Windows color (decimal): -16425806 or 11688965. OLE color: 11688965.

HSL color Cylindrical-coordinate representation of color #055CB2: hue angle of 209.83º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055CB2 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB592178-
CMYK0.970.4800.30
HSL209.83º94.54%35.88%-
HSV(B)209.83º97.19%69.8%-
XYZ11.9310.943.6-
YUV75.79185.6877.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.82%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 178 (69.92% from 255) = 64.73%
R=1.82%
G=33.45%
B=64.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5921780.970.4800.30209.8394.5435.88
Hex55CB2613001Ed25f24
Octal51342621416003632213744
Binary1011011100101100101100001110000011110110100101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #055CB2;
 }
 .AnyTagClassName
 {
   color: #055CB2;
 }
</style>
background-color css

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

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

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

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

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

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