Html Css Color HEX #575588 Victoria

📋 copy color: '#575588'

red 87 ◦ green 85 ◦ blue 136

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

Shades of Victoria #575588

Tints of Victoria #575588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 28.25%
G = 27.6%
B = 44.16%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#575588 (or 0x575588) is known color: Victoria. HEX triplet: 57, 55 and 88. RGB value is (87,85,136). Sum of RGB (Red+Green+Blue) = 87+85+136=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #575588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575588 is #A8AA77. Grayscale: #5B5B5B. Windows color (decimal): -11053688 or 8934743. OLE color: 8934743.

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

Color convert

RGB 87 85 136 -
CMYK 0.36 0.38 0 0.47
HSL 242.35º 0.23% 0.43% -
HSV(B) 242.35º 0.38% 0.53% -
XYZ 11.62 10.3 24.67 -
YUV 91.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 87 85 136 0.36 0.38 0 0.47 242.35 0.23 0.43
Hex 57 55 88 24 26 0 2F F2 17 2B
Octal 127 125 210 44 46 0 57 362 27 53
Binary 1010111 1010101 10001000 100100 100110 0 101111 11110010 10111 101011

Color Harmonies of #575588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575588

Black with #575588

Text Example


Text Example

White with #575588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575588; }

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

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

background-color css

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

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

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

border-color css

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

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

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