Html Css Color HEX #574F81 Victoria

📋 copy color: '#574F81'

red 87 ◦ green 79 ◦ blue 129

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

Shades of Victoria #574F81

Tints of Victoria #574F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 29.49%
G = 26.78%
B = 43.73%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#574F81 (or 0x574F81) is known color: Victoria. HEX triplet: 57, 4F and 81. RGB value is (87,79,129). Sum of RGB (Red+Green+Blue) = 87+79+129=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #574F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574F81 is #A8B07E. Grayscale: #565656. Windows color (decimal): -11055231 or 8474455. OLE color: 8474455.

HSL color Cylindrical-coordinate representation of color #574F81: hue angle of 249.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #574F81 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 79 129 -
CMYK 0.33 0.39 0 0.49
HSL 249.6º 0.24% 0.41% -
HSV(B) 249.6º 0.39% 0.51% -
XYZ 10.69 9.2 21.98 -
YUV 87.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 87 79 129 0.33 0.39 0 0.49 249.6 0.24 0.41
Hex 57 4F 81 21 27 0 31 FA 18 29
Octal 127 117 201 41 47 0 61 372 30 51
Binary 1010111 1001111 10000001 100001 100111 0 110001 11111010 11000 101001

Color Harmonies of #574F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F81

Black with #574F81

Text Example


Text Example

White with #574F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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