Html Css Color HEX #557582 Blue Bayoux

📋 copy color: '#557582'

red 85 ◦ green 117 ◦ blue 130

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

Shades of Blue Bayoux #557582

Tints of Blue Bayoux #557582

RGB

 RED value IS 85 (33.59% from 255) = 25.6%

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 130 (51.17% from 255) = 39.16%

R = 25.6%
G = 35.24%
B = 39.16%

CMYK

 C value IS 0.35

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557582 (or 0x557582) is known color: Blue Bayoux. HEX triplet: 55, 75 and 82. RGB value is (85,117,130). Sum of RGB (Red+Green+Blue) = 85+117+130=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #557582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557582 is #AA8A7D. Grayscale: #6C6C6C. Windows color (decimal): -11176574 or 8549717. OLE color: 8549717.

HSL color Cylindrical-coordinate representation of color #557582: hue angle of 197.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #557582 is Cyan = 0.35, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 117 130 -
CMYK 0.35 0.1 0 0.49
HSL 197.33º 0.21% 0.42% -
HSV(B) 197.33º 0.35% 0.51% -
XYZ 14.14 16.27 23.51 -
YUV 108.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 85 117 130 0.35 0.1 0 0.49 197.33 0.21 0.42
Hex 55 75 82 23 A 0 31 C5 15 2A
Octal 125 165 202 43 12 0 61 305 25 52
Binary 1010101 1110101 10000010 100011 1010 0 110001 11000101 10101 101010

Color Harmonies of #557582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557582

Black with #557582

Text Example


Text Example

White with #557582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557582; }

 p { color: rgb(85,117,130); }

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

background-color css

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

 a { background-color: rgb(85,117,130); }

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

border-color css

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

 span { border-color: rgb(85,117,130); }

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