Html Css Color HEX #574C7D Victoria

📋 copy color: '#574C7D'

red 87 ◦ green 76 ◦ blue 125

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

Shades of Victoria #574C7D

Tints of Victoria #574C7D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.39%

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 30.21%
G = 26.39%
B = 43.4%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#574C7D (or 0x574C7D) is known color: Victoria. HEX triplet: 57, 4C and 7D. RGB value is (87,76,125). Sum of RGB (Red+Green+Blue) = 87+76+125=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #574C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574C7D is #A8B382. Grayscale: #545454. Windows color (decimal): -11056003 or 8211543. OLE color: 8211543.

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

Color convert

RGB 87 76 125 -
CMYK 0.30 0.39 0 0.51
HSL 253.47º 0.24% 0.39% -
HSV(B) 253.47º 0.39% 0.49% -
XYZ 10.22 8.68 20.54 -
YUV 84.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 87 76 125 0.30 0.39 0 0.51 253.47 0.24 0.39
Hex 57 4C 7D 1E 27 0 33 FD 18 27
Octal 127 114 175 36 47 0 63 375 30 47
Binary 1010111 1001100 1111101 11110 100111 0 110011 11111101 11000 100111

Color Harmonies of #574C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C7D

Black with #574C7D

Text Example


Text Example

White with #574C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,76,125); }

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

background-color css

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

 a { background-color: rgb(87,76,125); }

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

border-color css

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

 span { border-color: rgb(87,76,125); }

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