Html Css Color HEX #577378 Blue Bayoux

📋 copy color: '#577378'

red 87 ◦ green 115 ◦ blue 120

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

Shades of Blue Bayoux #577378

Tints of Blue Bayoux #577378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.27%

R = 27.02%
G = 35.71%
B = 37.27%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#577378 (or 0x577378) is known color: Blue Bayoux. HEX triplet: 57, 73 and 78. RGB value is (87,115,120). Sum of RGB (Red+Green+Blue) = 87+115+120=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 120 - color contains mainly: blue. Hex color #577378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577378 is #A88C87. Grayscale: #6B6B6B. Windows color (decimal): -11046024 or 7893847. OLE color: 7893847.

HSL color Cylindrical-coordinate representation of color #577378: hue angle of 189.09º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #577378 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 115 120 -
CMYK 0.28 0.04 0 0.53
HSL 189.09º 0.16% 0.41% -
HSV(B) 189.09º 0.28% 0.47% -
XYZ 13.45 15.64 20.08 -
YUV 107.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 87 115 120 0.28 0.04 0 0.53 189.09 0.16 0.41
Hex 57 73 78 1C 4 0 35 BD 10 29
Octal 127 163 170 34 4 0 65 275 20 51
Binary 1010111 1110011 1111000 11100 100 0 110101 10111101 10000 101001

Color Harmonies of #577378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577378

Black with #577378

Text Example


Text Example

White with #577378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577378; }

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

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

background-color css

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

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

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

border-color css

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

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

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