Html Css Color HEX #0557BB Denim

📋 copy color: '#0557BB'

red 5 ◦ green 87 ◦ blue 187

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

Shades of Denim #0557BB

Tints of Denim #0557BB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.18%

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

R = 1.79%
G = 31.18%
B = 67.03%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0557BB (or 0x0557BB) is known color: Denim. HEX triplet: 05, 57 and BB. RGB value is (5,87,187). Sum of RGB (Red+Green+Blue) = 5+87+187=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #0557BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0557BB is #FAA844. Grayscale: #494949. Windows color (decimal): -16427077 or 12277509. OLE color: 12277509.

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

Color convert

RGB 5 87 187 -
CMYK 0.97 0.53 0 0.27
HSL 212.97º 0.95% 0.38% -
HSV(B) 212.97º 0.97% 0.73% -
XYZ 12.44 10.44 48.37 -
YUV 73.88 191.83 78.87 -
System Red Green Blue C M Y K H S L
Decimal 5 87 187 0.97 0.53 0 0.27 212.97 0.95 0.38
Hex 5 57 BB 61 35 0 1B D5 5F 26
Octal 5 127 273 141 65 0 33 325 137 46
Binary 101 1010111 10111011 1100001 110101 0 11011 11010101 1011111 100110

Color Harmonies of #0557BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0557BB

Black with #0557BB

Text Example


Text Example

White with #0557BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0557BB; }

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

 H1.HeaderClassName
 {
   color: #0557BB;
 }
 .AnyTagClassName
 {
   color: #0557BB;
 }
</style>

background-color css

<style>
 a { background-color: #0557BB; }

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

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

border-color css

<style>
 span { border-color: #0557BB; }

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

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