Html Css Color HEX #577287 Wedgewood

📋 copy color: '#577287'

red 87 ◦ green 114 ◦ blue 135

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

Shades of Wedgewood #577287

Tints of Wedgewood #577287

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 135 (53.13% from 255) = 40.18%

R = 25.89%
G = 33.93%
B = 40.18%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#577287 (or 0x577287) is known color: Wedgewood. HEX triplet: 57, 72 and 87. RGB value is (87,114,135). Sum of RGB (Red+Green+Blue) = 87+114+135=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #577287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577287 is #A88D78. Grayscale: #6C6C6C. Windows color (decimal): -11046265 or 8876631. OLE color: 8876631.

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

Color convert

RGB 87 114 135 -
CMYK 0.36 0.16 0 0.47
HSL 206.25º 0.22% 0.44% -
HSV(B) 206.25º 0.36% 0.53% -
XYZ 14.32 15.81 25.22 -
YUV 108.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 87 114 135 0.36 0.16 0 0.47 206.25 0.22 0.44
Hex 57 72 87 24 10 0 2F CE 16 2C
Octal 127 162 207 44 20 0 57 316 26 54
Binary 1010111 1110010 10000111 100100 10000 0 101111 11001110 10110 101100

Color Harmonies of #577287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577287

Black with #577287

Text Example


Text Example

White with #577287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577287; }

 p { color: rgb(87,114,135); }

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

background-color css

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

 a { background-color: rgb(87,114,135); }

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

border-color css

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

 span { border-color: rgb(87,114,135); }

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