#574975

Color #574975 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #574975

Tints of Victoria #574975

Color information

#574975 (or 0x574975) is unknown color: approx Victoria. HEX triplet: 57, 49 and 75. RGB value is (87,73,117). Sum of RGB (Red+Green+Blue) = 87+73+117=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #574975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574975 is #A8B68A. Grayscale: #525252. Windows color (decimal): -11056779 or 7686487. OLE color: 7686487.

HSL color Cylindrical-coordinate representation of color #574975: hue angle of 259.09º degrees, saturation: 0.23, 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 #574975 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8773117-
CMYK0.260.3800.54
HSL259.09º23.16%37.25%-
HSV(B)259.09º37.61%45.88%-
XYZ9.528.0817.89-
YUV82.2147.64131.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=31.41%
G=26.35%
B=42.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87731170.260.3800.54259.0923.1637.25
Hex5749751A260361031725
Octal12711116532460664032745
Binary10101111001001111010111010100110011011010000001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574975; }

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

 H1.HeaderClassName
 {
   color: #574975;
 }
 .AnyTagClassName
 {
   color: #574975;
 }
</style>
background-color css

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

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

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

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

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

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