Html Css Color HEX #574B93 Victoria

📋 copy color: '#574B93'

red 87 ◦ green 75 ◦ blue 147

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

Shades of Victoria #574B93

Tints of Victoria #574B93

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.27%

 BLUE value IS 147 (57.81% from 255) = 47.57%

R = 28.16%
G = 24.27%
B = 47.57%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#574B93 (or 0x574B93) is known color: Victoria. HEX triplet: 57, 4B and 93. RGB value is (87,75,147). Sum of RGB (Red+Green+Blue) = 87+75+147=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #574B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574B93 is #A8B46C. Grayscale: #565656. Windows color (decimal): -11056237 or 9653079. OLE color: 9653079.

HSL color Cylindrical-coordinate representation of color #574B93: hue angle of 250º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #574B93 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 75 147 -
CMYK 0.41 0.49 0 0.42
HSL 250º 0.32% 0.44% -
HSV(B) 250º 0.49% 0.58% -
XYZ 11.71 9.16 28.76 -
YUV 86.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 87 75 147 0.41 0.49 0 0.42 250 0.32 0.44
Hex 57 4B 93 29 31 0 2A FA 20 2C
Octal 127 113 223 51 61 0 52 372 40 54
Binary 1010111 1001011 10010011 101001 110001 0 101010 11111010 100000 101100

Color Harmonies of #574B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574B93

Black with #574B93

Text Example


Text Example

White with #574B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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