#574b77

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

Shades of Victoria #574B77

Tints of Victoria #574B77

Color information

#574B77 (or 0x574B77) is unknown color: approx Victoria. HEX triplet: 57, 4B and 77. RGB value is (87,75,119). Sum of RGB (Red+Green+Blue) = 87+75+119=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #574B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B77 is #A8B488. Grayscale: #535353. Windows color (decimal): -11056265 or 7818071. OLE color: 7818071.

HSL color Cylindrical-coordinate representation of color #574B77: hue angle of 256.36º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #574B77 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8775119-
CMYK0.270.3700.53
HSL256.36º22.68%38.04%-
HSV(B)256.36º36.97%46.67%-
XYZ9.788.3918.56-
YUV83.6147.98130.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=30.96%
G=26.69%
B=42.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87751190.270.3700.53256.3622.6838.04
Hex574B771B250351001726
Octal12711316733450654002746
Binary10101111001011111011111011100101011010110000000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574b77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574b77; }

 p { color: rgb(87,75,119); }

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

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

 a { background-color: rgb(87,75,119); }

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

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

 span { border-color: rgb(87,75,119); }

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