Html Css Color HEX #574C8E Victoria

📋 copy color: '#574C8E'

red 87 ◦ green 76 ◦ blue 142

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

Shades of Victoria #574C8E

Tints of Victoria #574C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.56%

R = 28.52%
G = 24.92%
B = 46.56%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#574C8E (or 0x574C8E) is known color: Victoria. HEX triplet: 57, 4C and 8E. RGB value is (87,76,142). Sum of RGB (Red+Green+Blue) = 87+76+142=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #574C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574C8E is #A8B371. Grayscale: #565656. Windows color (decimal): -11055986 or 9325655. OLE color: 9325655.

HSL color Cylindrical-coordinate representation of color #574C8E: hue angle of 250º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #574C8E is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 76 142 -
CMYK 0.39 0.46 0 0.44
HSL 250º 0.3% 0.43% -
HSV(B) 250º 0.46% 0.56% -
XYZ 11.4 9.15 26.76 -
YUV 86.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 87 76 142 0.39 0.46 0 0.44 250 0.3 0.43
Hex 57 4C 8E 27 2E 0 2C FA 1E 2B
Octal 127 114 216 47 56 0 54 372 36 53
Binary 1010111 1001100 10001110 100111 101110 0 101100 11111010 11110 101011

Color Harmonies of #574C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C8E

Black with #574C8E

Text Example


Text Example

White with #574C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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