Html Css Color HEX #577589 Wedgewood

📋 copy color: '#577589'

red 87 ◦ green 117 ◦ blue 137

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

Shades of Wedgewood #577589

Tints of Wedgewood #577589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 25.51%
G = 34.31%
B = 40.18%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#577589 (or 0x577589) is known color: Wedgewood. HEX triplet: 57, 75 and 89. RGB value is (87,117,137). Sum of RGB (Red+Green+Blue) = 87+117+137=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #577589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577589 is #A88A76. Grayscale: #6E6E6E. Windows color (decimal): -11045495 or 9008471. OLE color: 9008471.

HSL color Cylindrical-coordinate representation of color #577589: hue angle of 204º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #577589 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 117 137 -
CMYK 0.36 0.15 0 0.46
HSL 204º 0.22% 0.44% -
HSV(B) 204º 0.36% 0.54% -
XYZ 14.81 16.55 26.08 -
YUV 110.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 87 117 137 0.36 0.15 0 0.46 204 0.22 0.44
Hex 57 75 89 24 F 0 2E CC 16 2C
Octal 127 165 211 44 17 0 56 314 26 54
Binary 1010111 1110101 10001001 100100 1111 0 101110 11001100 10110 101100

Color Harmonies of #577589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577589

Black with #577589

Text Example


Text Example

White with #577589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577589; }

 p { color: rgb(87,117,137); }

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

background-color css

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

 a { background-color: rgb(87,117,137); }

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

border-color css

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

 span { border-color: rgb(87,117,137); }

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