Html Css Color HEX #575487 Victoria

📋 copy color: '#575487'

red 87 ◦ green 84 ◦ blue 135

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

Shades of Victoria #575487

Tints of Victoria #575487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.12%

R = 28.43%
G = 27.45%
B = 44.12%

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

#575487 (or 0x575487) is known color: Victoria. HEX triplet: 57, 54 and 87. RGB value is (87,84,135). Sum of RGB (Red+Green+Blue) = 87+84+135=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #575487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575487 is #A8AB78. Grayscale: #5A5A5A. Windows color (decimal): -11053945 or 8868951. OLE color: 8868951.

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

Color convert

RGB 87 84 135 -
CMYK 0.36 0.38 0 0.47
HSL 243.53º 0.23% 0.43% -
HSV(B) 243.53º 0.38% 0.53% -
XYZ 11.47 10.12 24.27 -
YUV 90.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 87 84 135 0.36 0.38 0 0.47 243.53 0.23 0.43
Hex 57 54 87 24 26 0 2F F4 17 2B
Octal 127 124 207 44 46 0 57 364 27 53
Binary 1010111 1010100 10000111 100100 100110 0 101111 11110100 10111 101011

Color Harmonies of #575487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575487

Black with #575487

Text Example


Text Example

White with #575487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575487; }

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

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

background-color css

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

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

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

border-color css

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

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

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