Html Css Color HEX #574987 Victoria

📋 copy color: '#574987'

red 87 ◦ green 73 ◦ blue 135

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

Shades of Victoria #574987

Tints of Victoria #574987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

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

R = 29.49%
G = 24.75%
B = 45.76%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#574987 (or 0x574987) is known color: Victoria. HEX triplet: 57, 49 and 87. RGB value is (87,73,135). Sum of RGB (Red+Green+Blue) = 87+73+135=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #574987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574987 is #A8B678. Grayscale: #545454. Windows color (decimal): -11056761 or 8866135. OLE color: 8866135.

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

Color convert

RGB 87 73 135 -
CMYK 0.36 0.46 0 0.47
HSL 253.55º 0.3% 0.41% -
HSV(B) 253.55º 0.46% 0.53% -
XYZ 10.69 8.54 24.01 -
YUV 84.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 87 73 135 0.36 0.46 0 0.47 253.55 0.3 0.41
Hex 57 49 87 24 2E 0 2F FE 1E 29
Octal 127 111 207 44 56 0 57 376 36 51
Binary 1010111 1001001 10000111 100100 101110 0 101111 11111110 11110 101001

Color Harmonies of #574987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574987

Black with #574987

Text Example


Text Example

White with #574987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574987; }

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

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

background-color css

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

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

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

border-color css

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

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

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