Html Css Color HEX #577685 Blue Bayoux

📋 copy color: '#577685'

red 87 ◦ green 118 ◦ blue 133

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

Shades of Blue Bayoux #577685

Tints of Blue Bayoux #577685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.91%

 BLUE value IS 133 (52.34% from 255) = 39.35%

R = 25.74%
G = 34.91%
B = 39.35%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#577685 (or 0x577685) is known color: Blue Bayoux. HEX triplet: 57, 76 and 85. RGB value is (87,118,133). Sum of RGB (Red+Green+Blue) = 87+118+133=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #577685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577685 is #A8897A. Grayscale: #6E6E6E. Windows color (decimal): -11045243 or 8746583. OLE color: 8746583.

HSL color Cylindrical-coordinate representation of color #577685: hue angle of 199.57º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #577685 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 118 133 -
CMYK 0.35 0.11 0 0.48
HSL 199.57º 0.21% 0.43% -
HSV(B) 199.57º 0.35% 0.52% -
XYZ 14.64 16.68 24.64 -
YUV 110.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 87 118 133 0.35 0.11 0 0.48 199.57 0.21 0.43
Hex 57 76 85 23 B 0 30 C8 15 2B
Octal 127 166 205 43 13 0 60 310 25 53
Binary 1010111 1110110 10000101 100011 1011 0 110000 11001000 10101 101011

Color Harmonies of #577685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577685

Black with #577685

Text Example


Text Example

White with #577685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577685; }

 p { color: rgb(87,118,133); }

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

background-color css

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

 a { background-color: rgb(87,118,133); }

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

border-color css

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

 span { border-color: rgb(87,118,133); }

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