Html Css Color HEX #574D85 Victoria

📋 copy color: '#574D85'

red 87 ◦ green 77 ◦ blue 133

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

Shades of Victoria #574D85

Tints of Victoria #574D85

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.93%

 BLUE value IS 133 (52.34% from 255) = 44.78%

R = 29.29%
G = 25.93%
B = 44.78%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#574D85 (or 0x574D85) is known color: Victoria. HEX triplet: 57, 4D and 85. RGB value is (87,77,133). Sum of RGB (Red+Green+Blue) = 87+77+133=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #574D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574D85 is #A8B27A. Grayscale: #565656. Windows color (decimal): -11055739 or 8736087. OLE color: 8736087.

HSL color Cylindrical-coordinate representation of color #574D85: hue angle of 250.71º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #574D85 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 77 133 -
CMYK 0.35 0.42 0 0.48
HSL 250.71º 0.27% 0.41% -
HSV(B) 250.71º 0.42% 0.52% -
XYZ 10.82 9.03 23.36 -
YUV 86.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 87 77 133 0.35 0.42 0 0.48 250.71 0.27 0.41
Hex 57 4D 85 23 2A 0 30 FB 1B 29
Octal 127 115 205 43 52 0 60 373 33 51
Binary 1010111 1001101 10000101 100011 101010 0 110000 11111011 11011 101001

Color Harmonies of #574D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D85

Black with #574D85

Text Example


Text Example

White with #574D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,77,133); }

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

background-color css

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

 a { background-color: rgb(87,77,133); }

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

border-color css

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

 span { border-color: rgb(87,77,133); }

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