Html Css Color HEX #577682 Blue Bayoux

📋 copy color: '#577682'

red 87 ◦ green 118 ◦ blue 130

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

Shades of Blue Bayoux #577682

Tints of Blue Bayoux #577682

RGB

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

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

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

R = 25.97%
G = 35.22%
B = 38.81%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#577682 (or 0x577682) is known color: Blue Bayoux. HEX triplet: 57, 76 and 82. RGB value is (87,118,130). Sum of RGB (Red+Green+Blue) = 87+118+130=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #577682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577682 is #A8897D. Grayscale: #6E6E6E. Windows color (decimal): -11045246 or 8549975. OLE color: 8549975.

HSL color Cylindrical-coordinate representation of color #577682: hue angle of 196.74º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #577682 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 118 130 -
CMYK 0.33 0.09 0 0.49
HSL 196.74º 0.2% 0.43% -
HSV(B) 196.74º 0.33% 0.51% -
XYZ 14.44 16.59 23.56 -
YUV 110.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 87 118 130 0.33 0.09 0 0.49 196.74 0.2 0.43
Hex 57 76 82 21 9 0 31 C5 14 2B
Octal 127 166 202 41 11 0 61 305 24 53
Binary 1010111 1110110 10000010 100001 1001 0 110001 11000101 10100 101011

Color Harmonies of #577682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577682

Black with #577682

Text Example


Text Example

White with #577682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577682; }

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

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

background-color css

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

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

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

border-color css

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

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

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