Html Css Color HEX #577386 Wedgewood

📋 copy color: '#577386'

red 87 ◦ green 115 ◦ blue 134

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

Shades of Wedgewood #577386

Tints of Wedgewood #577386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.88%

R = 25.89%
G = 34.23%
B = 39.88%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#577386 (or 0x577386) is known color: Wedgewood. HEX triplet: 57, 73 and 86. RGB value is (87,115,134). Sum of RGB (Red+Green+Blue) = 87+115+134=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 134 - color contains mainly: blue. Hex color #577386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577386 is #A88C79. Grayscale: #6C6C6C. Windows color (decimal): -11046010 or 8811351. OLE color: 8811351.

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

Color convert

RGB 87 115 134 -
CMYK 0.35 0.14 0 0.47
HSL 204.26º 0.21% 0.43% -
HSV(B) 204.26º 0.35% 0.53% -
XYZ 14.36 16.01 24.89 -
YUV 108.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 87 115 134 0.35 0.14 0 0.47 204.26 0.21 0.43
Hex 57 73 86 23 E 0 2F CC 15 2B
Octal 127 163 206 43 16 0 57 314 25 53
Binary 1010111 1110011 10000110 100011 1110 0 101111 11001100 10101 101011

Color Harmonies of #577386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577386

Black with #577386

Text Example


Text Example

White with #577386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577386; }

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

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

background-color css

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

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

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

border-color css

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

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

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