Html Css Color HEX #577384 Wedgewood

📋 copy color: '#577384'

red 87 ◦ green 115 ◦ blue 132

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

Shades of Wedgewood #577384

Tints of Wedgewood #577384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.52%

R = 26.05%
G = 34.43%
B = 39.52%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#577384 (or 0x577384) is known color: Wedgewood. HEX triplet: 57, 73 and 84. RGB value is (87,115,132). Sum of RGB (Red+Green+Blue) = 87+115+132=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: blue. Hex color #577384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577384 is #A88C7B. Grayscale: #6C6C6C. Windows color (decimal): -11046012 or 8680279. OLE color: 8680279.

HSL color Cylindrical-coordinate representation of color #577384: hue angle of 202.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #577384 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 115 132 -
CMYK 0.34 0.13 0 0.48
HSL 202.67º 0.21% 0.43% -
HSV(B) 202.67º 0.34% 0.52% -
XYZ 14.23 15.95 24.16 -
YUV 108.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 87 115 132 0.34 0.13 0 0.48 202.67 0.21 0.43
Hex 57 73 84 22 D 0 30 CB 15 2B
Octal 127 163 204 42 15 0 60 313 25 53
Binary 1010111 1110011 10000100 100010 1101 0 110000 11001011 10101 101011

Color Harmonies of #577384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577384

Black with #577384

Text Example


Text Example

White with #577384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577384; }

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

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

background-color css

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

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

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

border-color css

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

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

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