Html Css Color HEX #575489 Victoria

📋 copy color: '#575489'

red 87 ◦ green 84 ◦ blue 137

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

Shades of Victoria #575489

Tints of Victoria #575489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

 BLUE value IS 137 (53.91% from 255) = 44.48%

R = 28.25%
G = 27.27%
B = 44.48%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#575489 (or 0x575489) is known color: Victoria. HEX triplet: 57, 54 and 89. RGB value is (87,84,137). Sum of RGB (Red+Green+Blue) = 87+84+137=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #575489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575489 is #A8AB76. Grayscale: #5A5A5A. Windows color (decimal): -11053943 or 9000023. OLE color: 9000023.

HSL color Cylindrical-coordinate representation of color #575489: hue angle of 243.4º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #575489 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 84 137 -
CMYK 0.36 0.39 0 0.46
HSL 243.4º 0.24% 0.43% -
HSV(B) 243.4º 0.39% 0.54% -
XYZ 11.62 10.17 25.02 -
YUV 90.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 87 84 137 0.36 0.39 0 0.46 243.4 0.24 0.43
Hex 57 54 89 24 27 0 2E F3 18 2B
Octal 127 124 211 44 47 0 56 363 30 53
Binary 1010111 1010100 10001001 100100 100111 0 101110 11110011 11000 101011

Color Harmonies of #575489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575489

Black with #575489

Text Example


Text Example

White with #575489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575489; }

 p { color: rgb(87,84,137); }

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

background-color css

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

 a { background-color: rgb(87,84,137); }

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

border-color css

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

 span { border-color: rgb(87,84,137); }

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