Html Css Color HEX #574D75 Victoria

📋 copy color: '#574D75'

red 87 ◦ green 77 ◦ blue 117

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

Shades of Victoria #574D75

Tints of Victoria #574D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 117 (46.09% from 255) = 41.64%

R = 30.96%
G = 27.4%
B = 41.64%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#574D75 (or 0x574D75) is known color: Victoria. HEX triplet: 57, 4D and 75. RGB value is (87,77,117). Sum of RGB (Red+Green+Blue) = 87+77+117=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #574D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D75 is #A8B28A. Grayscale: #545454. Windows color (decimal): -11055755 or 7687511. OLE color: 7687511.

HSL color Cylindrical-coordinate representation of color #574D75: hue angle of 255º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #574D75 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 77 117 -
CMYK 0.26 0.34 0 0.54
HSL 255º 0.21% 0.38% -
HSV(B) 255º 0.34% 0.46% -
XYZ 9.8 8.62 17.98 -
YUV 84.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 87 77 117 0.26 0.34 0 0.54 255 0.21 0.38
Hex 57 4D 75 1A 22 0 36 FF 15 26
Octal 127 115 165 32 42 0 66 377 25 46
Binary 1010111 1001101 1110101 11010 100010 0 110110 11111111 10101 100110

Color Harmonies of #574D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D75

Black with #574D75

Text Example


Text Example

White with #574D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,77,117); }

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

background-color css

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

 a { background-color: rgb(87,77,117); }

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

border-color css

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

 span { border-color: rgb(87,77,117); }

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