Html Css Color HEX #595584 Victoria

📋 copy color: '#595584'

red 89 ◦ green 85 ◦ blue 132

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

Shades of Victoria #595584

Tints of Victoria #595584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.78%

 BLUE value IS 132 (51.95% from 255) = 43.14%

R = 29.08%
G = 27.78%
B = 43.14%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#595584 (or 0x595584) is known color: Victoria. HEX triplet: 59, 55 and 84. RGB value is (89,85,132). Sum of RGB (Red+Green+Blue) = 89+85+132=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #595584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595584 is #A6AA7B. Grayscale: #5B5B5B. Windows color (decimal): -10922620 or 8672601. OLE color: 8672601.

HSL color Cylindrical-coordinate representation of color #595584: hue angle of 245.11º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #595584 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 85 132 -
CMYK 0.33 0.36 0 0.48
HSL 245.11º 0.22% 0.43% -
HSV(B) 245.11º 0.36% 0.52% -
XYZ 11.53 10.29 23.21 -
YUV 91.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 89 85 132 0.33 0.36 0 0.48 245.11 0.22 0.43
Hex 59 55 84 21 24 0 30 F5 16 2B
Octal 131 125 204 41 44 0 60 365 26 53
Binary 1011001 1010101 10000100 100001 100100 0 110000 11110101 10110 101011

Color Harmonies of #595584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595584

Black with #595584

Text Example


Text Example

White with #595584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595584; }

 p { color: rgb(89,85,132); }

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

background-color css

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

 a { background-color: rgb(89,85,132); }

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

border-color css

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

 span { border-color: rgb(89,85,132); }

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