Html Css Color HEX #574E83 Victoria

📋 copy color: '#574E83'

red 87 ◦ green 78 ◦ blue 131

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

Shades of Victoria #574E83

Tints of Victoria #574E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 29.39%
G = 26.35%
B = 44.26%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#574E83 (or 0x574E83) is known color: Victoria. HEX triplet: 57, 4E and 83. RGB value is (87,78,131). Sum of RGB (Red+Green+Blue) = 87+78+131=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #574E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574E83 is #A8B17C. Grayscale: #565656. Windows color (decimal): -11055485 or 8605271. OLE color: 8605271.

HSL color Cylindrical-coordinate representation of color #574E83: hue angle of 250.19º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #574E83 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 78 131 -
CMYK 0.34 0.40 0 0.49
HSL 250.19º 0.25% 0.41% -
HSV(B) 250.19º 0.4% 0.51% -
XYZ 10.75 9.11 22.67 -
YUV 86.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 87 78 131 0.34 0.40 0 0.49 250.19 0.25 0.41
Hex 57 4E 83 22 28 0 31 FA 19 29
Octal 127 116 203 42 50 0 61 372 31 51
Binary 1010111 1001110 10000011 100010 101000 0 110001 11111010 11001 101001

Color Harmonies of #574E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574E83

Black with #574E83

Text Example


Text Example

White with #574E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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