Html Css Color HEX #575479 Victoria

📋 copy color: '#575479'

red 87 ◦ green 84 ◦ blue 121

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

Shades of Victoria #575479

Tints of Victoria #575479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.44%

R = 29.79%
G = 28.77%
B = 41.44%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#575479 (or 0x575479) is known color: Victoria. HEX triplet: 57, 54 and 79. RGB value is (87,84,121). Sum of RGB (Red+Green+Blue) = 87+84+121=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 121 - color contains mainly: blue. Hex color #575479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575479 is #A8AB86. Grayscale: #585858. Windows color (decimal): -11053959 or 7951447. OLE color: 7951447.

HSL color Cylindrical-coordinate representation of color #575479: hue angle of 244.86º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #575479 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 84 121 -
CMYK 0.28 0.31 0 0.53
HSL 244.86º 0.18% 0.4% -
HSV(B) 244.86º 0.31% 0.47% -
XYZ 10.55 9.75 19.41 -
YUV 89.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 87 84 121 0.28 0.31 0 0.53 244.86 0.18 0.4
Hex 57 54 79 1C 1F 0 35 F5 12 28
Octal 127 124 171 34 37 0 65 365 22 50
Binary 1010111 1010100 1111001 11100 11111 0 110101 11110101 10010 101000

Color Harmonies of #575479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575479

Black with #575479

Text Example


Text Example

White with #575479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575479; }

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

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

background-color css

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

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

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

border-color css

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

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

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