Html Css Color HEX #574E7B Victoria

📋 copy color: '#574E7B'

red 87 ◦ green 78 ◦ blue 123

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

Shades of Victoria #574E7B

Tints of Victoria #574E7B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.08%

 BLUE value IS 123 (48.44% from 255) = 42.71%

R = 30.21%
G = 27.08%
B = 42.71%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#574E7B (or 0x574E7B) is known color: Victoria. HEX triplet: 57, 4E and 7B. RGB value is (87,78,123). Sum of RGB (Red+Green+Blue) = 87+78+123=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 123 - color contains mainly: blue. Hex color #574E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E7B is #A8B184. Grayscale: #555555. Windows color (decimal): -11055493 or 8080983. OLE color: 8080983.

HSL color Cylindrical-coordinate representation of color #574E7B: hue angle of 252º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #574E7B is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 78 123 -
CMYK 0.29 0.37 0 0.52
HSL 252º 0.22% 0.39% -
HSV(B) 252º 0.37% 0.48% -
XYZ 10.23 8.91 19.92 -
YUV 85.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 87 78 123 0.29 0.37 0 0.52 252 0.22 0.39
Hex 57 4E 7B 1D 25 0 34 FC 16 27
Octal 127 116 173 35 45 0 64 374 26 47
Binary 1010111 1001110 1111011 11101 100101 0 110100 11111100 10110 100111

Color Harmonies of #574E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574E7B

Black with #574E7B

Text Example


Text Example

White with #574E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,78,123); }

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

background-color css

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

 a { background-color: rgb(87,78,123); }

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

border-color css

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

 span { border-color: rgb(87,78,123); }

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