Html Css Color HEX #574F80 Victoria

📋 copy color: '#574F80'

red 87 ◦ green 79 ◦ blue 128

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

Shades of Victoria #574F80

Tints of Victoria #574F80

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.87%

 BLUE value IS 128 (50.39% from 255) = 43.54%

R = 29.59%
G = 26.87%
B = 43.54%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#574F80 (or 0x574F80) is known color: Victoria. HEX triplet: 57, 4F and 80. RGB value is (87,79,128). Sum of RGB (Red+Green+Blue) = 87+79+128=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #574F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574F80 is #A8B07F. Grayscale: #565656. Windows color (decimal): -11055232 or 8408919. OLE color: 8408919.

HSL color Cylindrical-coordinate representation of color #574F80: hue angle of 249.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #574F80 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 79 128 -
CMYK 0.32 0.38 0 0.50
HSL 249.8º 0.24% 0.41% -
HSV(B) 249.8º 0.38% 0.5% -
XYZ 10.62 9.18 21.63 -
YUV 86.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 87 79 128 0.32 0.38 0 0.50 249.8 0.24 0.41
Hex 57 4F 80 20 26 0 32 FA 18 29
Octal 127 117 200 40 46 0 62 372 30 51
Binary 1010111 1001111 10000000 100000 100110 0 110010 11111010 11000 101001

Color Harmonies of #574F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F80

Black with #574F80

Text Example


Text Example

White with #574F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,79,128); }

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

background-color css

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

 a { background-color: rgb(87,79,128); }

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

border-color css

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

 span { border-color: rgb(87,79,128); }

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