Html Css Color HEX #574B73 Victoria

📋 copy color: '#574B73'

red 87 ◦ green 75 ◦ blue 115

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

Shades of Victoria #574B73

Tints of Victoria #574B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.52%

R = 31.41%
G = 27.08%
B = 41.52%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#574B73 (or 0x574B73) is known color: Victoria. HEX triplet: 57, 4B and 73. RGB value is (87,75,115). Sum of RGB (Red+Green+Blue) = 87+75+115=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #574B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B73 is #A8B48C. Grayscale: #535353. Windows color (decimal): -11056269 or 7555927. OLE color: 7555927.

HSL color Cylindrical-coordinate representation of color #574B73: hue angle of 258º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #574B73 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 75 115 -
CMYK 0.24 0.35 0 0.55
HSL 258º 0.21% 0.37% -
HSV(B) 258º 0.35% 0.45% -
XYZ 9.54 8.3 17.32 -
YUV 83.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 87 75 115 0.24 0.35 0 0.55 258 0.21 0.37
Hex 57 4B 73 18 23 0 37 102 15 25
Octal 127 113 163 30 43 0 67 402 25 45
Binary 1010111 1001011 1110011 11000 100011 0 110111 100000010 10101 100101

Color Harmonies of #574B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574B73

Black with #574B73

Text Example


Text Example

White with #574B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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