Html Css Color HEX #577388 Wedgewood

📋 copy color: '#577388'

red 87 ◦ green 115 ◦ blue 136

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

Shades of Wedgewood #577388

Tints of Wedgewood #577388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 25.74%
G = 34.02%
B = 40.24%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#577388 (or 0x577388) is known color: Wedgewood. HEX triplet: 57, 73 and 88. RGB value is (87,115,136). Sum of RGB (Red+Green+Blue) = 87+115+136=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #577388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577388 is #A88C77. Grayscale: #6C6C6C. Windows color (decimal): -11046008 or 8942423. OLE color: 8942423.

HSL color Cylindrical-coordinate representation of color #577388: hue angle of 205.71º 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 #577388 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 115 136 -
CMYK 0.36 0.15 0 0.47
HSL 205.71º 0.22% 0.44% -
HSV(B) 205.71º 0.36% 0.53% -
XYZ 14.51 16.07 25.63 -
YUV 109.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 87 115 136 0.36 0.15 0 0.47 205.71 0.22 0.44
Hex 57 73 88 24 F 0 2F CE 16 2C
Octal 127 163 210 44 17 0 57 316 26 54
Binary 1010111 1110011 10001000 100100 1111 0 101111 11001110 10110 101100

Color Harmonies of #577388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577388

Black with #577388

Text Example


Text Example

White with #577388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577388; }

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

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

background-color css

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

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

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

border-color css

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

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

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