Html Css Color HEX #594B7A Victoria

📋 copy color: '#594B7A'

red 89 ◦ green 75 ◦ blue 122

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

Shades of Victoria #594B7A

Tints of Victoria #594B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.22%

 BLUE value IS 122 (48.05% from 255) = 42.66%

R = 31.12%
G = 26.22%
B = 42.66%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#594B7A (or 0x594B7A) is known color: Victoria. HEX triplet: 59, 4B and 7A. RGB value is (89,75,122). Sum of RGB (Red+Green+Blue) = 89+75+122=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #594B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594B7A is #A6B485. Grayscale: #545454. Windows color (decimal): -10925190 or 8014681. OLE color: 8014681.

HSL color Cylindrical-coordinate representation of color #594B7A: hue angle of 257.87º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #594B7A is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 75 122 -
CMYK 0.27 0.39 0 0.52
HSL 257.87º 0.24% 0.39% -
HSV(B) 257.87º 0.39% 0.48% -
XYZ 10.15 8.56 19.53 -
YUV 84.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 89 75 122 0.27 0.39 0 0.52 257.87 0.24 0.39
Hex 59 4B 7A 1B 27 0 34 102 18 27
Octal 131 113 172 33 47 0 64 402 30 47
Binary 1011001 1001011 1111010 11011 100111 0 110100 100000010 11000 100111

Color Harmonies of #594B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B7A

Black with #594B7A

Text Example


Text Example

White with #594B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,75,122); }

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

background-color css

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

 a { background-color: rgb(89,75,122); }

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

border-color css

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

 span { border-color: rgb(89,75,122); }

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