Html Css Color HEX #595782 Victoria

📋 copy color: '#595782'

red 89 ◦ green 87 ◦ blue 130

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

Shades of Victoria #595782

Tints of Victoria #595782

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.43%

 BLUE value IS 130 (51.17% from 255) = 42.48%

R = 29.08%
G = 28.43%
B = 42.48%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#595782 (or 0x595782) is known color: Victoria. HEX triplet: 59, 57 and 82. RGB value is (89,87,130). Sum of RGB (Red+Green+Blue) = 89+87+130=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #595782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595782 is #A6A87D. Grayscale: #5C5C5C. Windows color (decimal): -10922110 or 8542041. OLE color: 8542041.

HSL color Cylindrical-coordinate representation of color #595782: hue angle of 242.79º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #595782 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 87 130 -
CMYK 0.32 0.33 0 0.49
HSL 242.79º 0.2% 0.43% -
HSV(B) 242.79º 0.33% 0.51% -
XYZ 11.56 10.55 22.55 -
YUV 92.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 89 87 130 0.32 0.33 0 0.49 242.79 0.2 0.43
Hex 59 57 82 20 21 0 31 F3 14 2B
Octal 131 127 202 40 41 0 61 363 24 53
Binary 1011001 1010111 10000010 100000 100001 0 110001 11110011 10100 101011

Color Harmonies of #595782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595782

Black with #595782

Text Example


Text Example

White with #595782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595782; }

 p { color: rgb(89,87,130); }

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

background-color css

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

 a { background-color: rgb(89,87,130); }

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

border-color css

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

 span { border-color: rgb(89,87,130); }

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