Html Css Color HEX #577288 Wedgewood

📋 copy color: '#577288'

red 87 ◦ green 114 ◦ blue 136

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

Shades of Wedgewood #577288

Tints of Wedgewood #577288

RGB

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

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

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

R = 25.82%
G = 33.83%
B = 40.36%

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

#577288 (or 0x577288) is known color: Wedgewood. HEX triplet: 57, 72 and 88. RGB value is (87,114,136). Sum of RGB (Red+Green+Blue) = 87+114+136=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #577288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577288 is #A88D77. Grayscale: #6C6C6C. Windows color (decimal): -11046264 or 8942167. OLE color: 8942167.

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

Color convert

RGB 87 114 136 -
CMYK 0.36 0.16 0 0.47
HSL 206.94º 0.22% 0.44% -
HSV(B) 206.94º 0.36% 0.53% -
XYZ 14.39 15.84 25.59 -
YUV 108.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 87 114 136 0.36 0.16 0 0.47 206.94 0.22 0.44
Hex 57 72 88 24 10 0 2F CF 16 2C
Octal 127 162 210 44 20 0 57 317 26 54
Binary 1010111 1110010 10001000 100100 10000 0 101111 11001111 10110 101100

Color Harmonies of #577288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577288

Black with #577288

Text Example


Text Example

White with #577288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577288; }

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

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

background-color css

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

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

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

border-color css

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

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

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