Html Css Color HEX #594E8C Victoria

📋 copy color: '#594E8C'

red 89 ◦ green 78 ◦ blue 140

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

Shades of Victoria #594E8C

Tints of Victoria #594E8C

RGB

 RED value IS 89 (35.16% from 255) = 28.99%

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

 BLUE value IS 140 (55.08% from 255) = 45.6%

R = 28.99%
G = 25.41%
B = 45.6%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#594E8C (or 0x594E8C) is known color: Victoria. HEX triplet: 59, 4E and 8C. RGB value is (89,78,140). Sum of RGB (Red+Green+Blue) = 89+78+140=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #594E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594E8C is #A6B173. Grayscale: #585858. Windows color (decimal): -10924404 or 9195097. OLE color: 9195097.

HSL color Cylindrical-coordinate representation of color #594E8C: hue angle of 250.65º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #594E8C is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 78 140 -
CMYK 0.36 0.44 0 0.45
HSL 250.65º 0.28% 0.43% -
HSV(B) 250.65º 0.44% 0.55% -
XYZ 11.58 9.47 26.03 -
YUV 88.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 89 78 140 0.36 0.44 0 0.45 250.65 0.28 0.43
Hex 59 4E 8C 24 2C 0 2D FB 1C 2B
Octal 131 116 214 44 54 0 55 373 34 53
Binary 1011001 1001110 10001100 100100 101100 0 101101 11111011 11100 101011

Color Harmonies of #594E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E8C

Black with #594E8C

Text Example


Text Example

White with #594E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594E8C; }

 p { color: rgb(89,78,140); }

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

background-color css

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

 a { background-color: rgb(89,78,140); }

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

border-color css

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

 span { border-color: rgb(89,78,140); }

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