Html Css Color HEX #574875 Victoria

📋 copy color: '#574875'

red 87 ◦ green 72 ◦ blue 117

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

Shades of Victoria #574875

Tints of Victoria #574875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

 BLUE value IS 117 (46.09% from 255) = 42.39%

R = 31.52%
G = 26.09%
B = 42.39%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#574875 (or 0x574875) is known color: Victoria. HEX triplet: 57, 48 and 75. RGB value is (87,72,117). Sum of RGB (Red+Green+Blue) = 87+72+117=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #574875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574875 is #A8B78A. Grayscale: #515151. Windows color (decimal): -11057035 or 7686231. OLE color: 7686231.

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

Color convert

RGB 87 72 117 -
CMYK 0.26 0.38 0 0.54
HSL 260º 0.24% 0.37% -
HSV(B) 260º 0.38% 0.46% -
XYZ 9.46 7.95 17.86 -
YUV 81.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 87 72 117 0.26 0.38 0 0.54 260 0.24 0.37
Hex 57 48 75 1A 26 0 36 104 18 25
Octal 127 110 165 32 46 0 66 404 30 45
Binary 1010111 1001000 1110101 11010 100110 0 110110 100000100 11000 100101

Color Harmonies of #574875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574875

Black with #574875

Text Example


Text Example

White with #574875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574875; }

 p { color: rgb(87,72,117); }

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

background-color css

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

 a { background-color: rgb(87,72,117); }

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

border-color css

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

 span { border-color: rgb(87,72,117); }

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