Html Css Color HEX #577385 Wedgewood

📋 copy color: '#577385'

red 87 ◦ green 115 ◦ blue 133

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

Shades of Wedgewood #577385

Tints of Wedgewood #577385

RGB

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

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

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

R = 25.97%
G = 34.33%
B = 39.7%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#577385 (or 0x577385) is known color: Wedgewood. HEX triplet: 57, 73 and 85. RGB value is (87,115,133). Sum of RGB (Red+Green+Blue) = 87+115+133=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #577385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577385 is #A88C7A. Grayscale: #6C6C6C. Windows color (decimal): -11046011 or 8745815. OLE color: 8745815.

HSL color Cylindrical-coordinate representation of color #577385: hue angle of 203.48º 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 #577385 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 115 133 -
CMYK 0.35 0.14 0 0.48
HSL 203.48º 0.21% 0.43% -
HSV(B) 203.48º 0.35% 0.52% -
XYZ 14.29 15.98 24.52 -
YUV 108.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 87 115 133 0.35 0.14 0 0.48 203.48 0.21 0.43
Hex 57 73 85 23 E 0 30 CB 15 2B
Octal 127 163 205 43 16 0 60 313 25 53
Binary 1010111 1110011 10000101 100011 1110 0 110000 11001011 10101 101011

Color Harmonies of #577385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577385

Black with #577385

Text Example


Text Example

White with #577385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577385; }

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

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

background-color css

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

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

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

border-color css

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

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

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