Html Css Color HEX #594E8B Victoria

📋 copy color: '#594E8B'

red 89 ◦ green 78 ◦ blue 139

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

Shades of Victoria #594E8B

Tints of Victoria #594E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.42%

R = 29.08%
G = 25.49%
B = 45.42%

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

#594E8B (or 0x594E8B) is known color: Victoria. HEX triplet: 59, 4E and 8B. RGB value is (89,78,139). Sum of RGB (Red+Green+Blue) = 89+78+139=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #594E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594E8B is #A6B174. Grayscale: #585858. Windows color (decimal): -10924405 or 9129561. OLE color: 9129561.

HSL color Cylindrical-coordinate representation of color #594E8B: hue angle of 250.82º 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 #594E8B is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 78 139 -
CMYK 0.36 0.44 0 0.45
HSL 250.82º 0.28% 0.43% -
HSV(B) 250.82º 0.44% 0.55% -
XYZ 11.5 9.44 25.64 -
YUV 88.24 156.64 128.54 -
System Red Green Blue C M Y K H S L
Decimal 89 78 139 0.36 0.44 0 0.45 250.82 0.28 0.43
Hex 59 4E 8B 24 2C 0 2D FB 1C 2B
Octal 131 116 213 44 54 0 55 373 34 53
Binary 1011001 1001110 10001011 100100 101100 0 101101 11111011 11100 101011

Color Harmonies of #594E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E8B

Black with #594E8B

Text Example


Text Example

White with #594E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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