Html Css Color HEX #577380 Blue Bayoux

📋 copy color: '#577380'

red 87 ◦ green 115 ◦ blue 128

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

Shades of Blue Bayoux #577380

Tints of Blue Bayoux #577380

RGB

 RED value IS 87 (34.38% from 255) = 26.36%

 GREEN value IS 115 (45.31% from 255) = 34.85%

 BLUE value IS 128 (50.39% from 255) = 38.79%

R = 26.36%
G = 34.85%
B = 38.79%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#577380 (or 0x577380) is known color: Blue Bayoux. HEX triplet: 57, 73 and 80. RGB value is (87,115,128). Sum of RGB (Red+Green+Blue) = 87+115+128=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 128 - color contains mainly: blue. Hex color #577380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577380 is #A88C7F. Grayscale: #6C6C6C. Windows color (decimal): -11046016 or 8418135. OLE color: 8418135.

HSL color Cylindrical-coordinate representation of color #577380: hue angle of 199.02º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #577380 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 115 128 -
CMYK 0.32 0.10 0 0.50
HSL 199.02º 0.19% 0.42% -
HSV(B) 199.02º 0.32% 0.5% -
XYZ 13.96 15.85 22.75 -
YUV 108.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 87 115 128 0.32 0.10 0 0.50 199.02 0.19 0.42
Hex 57 73 80 20 A 0 32 C7 13 2A
Octal 127 163 200 40 12 0 62 307 23 52
Binary 1010111 1110011 10000000 100000 1010 0 110010 11000111 10011 101010

Color Harmonies of #577380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577380

Black with #577380

Text Example


Text Example

White with #577380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577380; }

 p { color: rgb(87,115,128); }

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

background-color css

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

 a { background-color: rgb(87,115,128); }

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

border-color css

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

 span { border-color: rgb(87,115,128); }

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