Html Css Color HEX #574F74 Victoria

📋 copy color: '#574F74'

red 87 ◦ green 79 ◦ blue 116

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

Shades of Victoria #574F74

Tints of Victoria #574F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 30.85%
G = 28.01%
B = 41.13%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#574F74 (or 0x574F74) is known color: Victoria. HEX triplet: 57, 4F and 74. RGB value is (87,79,116). Sum of RGB (Red+Green+Blue) = 87+79+116=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #574F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F74 is #A8B08B. Grayscale: #555555. Windows color (decimal): -11055244 or 7622487. OLE color: 7622487.

HSL color Cylindrical-coordinate representation of color #574F74: hue angle of 252.97º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #574F74 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 79 116 -
CMYK 0.25 0.32 0 0.55
HSL 252.97º 0.19% 0.38% -
HSV(B) 252.97º 0.32% 0.45% -
XYZ 9.88 8.88 17.72 -
YUV 85.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 87 79 116 0.25 0.32 0 0.55 252.97 0.19 0.38
Hex 57 4F 74 19 20 0 37 FD 13 26
Octal 127 117 164 31 40 0 67 375 23 46
Binary 1010111 1001111 1110100 11001 100000 0 110111 11111101 10011 100110

Color Harmonies of #574F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F74

Black with #574F74

Text Example


Text Example

White with #574F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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