Html Css Color HEX #574C87 Victoria

📋 copy color: '#574C87'

red 87 ◦ green 76 ◦ blue 135

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

Shades of Victoria #574C87

Tints of Victoria #574C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45.3%

R = 29.19%
G = 25.5%
B = 45.3%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#574C87 (or 0x574C87) is known color: Victoria. HEX triplet: 57, 4C and 87. RGB value is (87,76,135). Sum of RGB (Red+Green+Blue) = 87+76+135=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #574C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574C87 is #A8B378. Grayscale: #555555. Windows color (decimal): -11055993 or 8866903. OLE color: 8866903.

HSL color Cylindrical-coordinate representation of color #574C87: hue angle of 251.19º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574C87 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 76 135 -
CMYK 0.36 0.44 0 0.47
HSL 251.19º 0.28% 0.41% -
HSV(B) 251.19º 0.44% 0.53% -
XYZ 10.89 8.94 24.07 -
YUV 86.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 87 76 135 0.36 0.44 0 0.47 251.19 0.28 0.41
Hex 57 4C 87 24 2C 0 2F FB 1C 29
Octal 127 114 207 44 54 0 57 373 34 51
Binary 1010111 1001100 10000111 100100 101100 0 101111 11111011 11100 101001

Color Harmonies of #574C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C87

Black with #574C87

Text Example


Text Example

White with #574C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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