Html Css Color HEX #595783 Victoria

📋 copy color: '#595783'

red 89 ◦ green 87 ◦ blue 131

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

Shades of Victoria #595783

Tints of Victoria #595783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.67%

R = 28.99%
G = 28.34%
B = 42.67%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#595783 (or 0x595783) is known color: Victoria. HEX triplet: 59, 57 and 83. RGB value is (89,87,131). Sum of RGB (Red+Green+Blue) = 89+87+131=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #595783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595783 is #A6A87C. Grayscale: #5C5C5C. Windows color (decimal): -10922109 or 8607577. OLE color: 8607577.

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

Color convert

RGB 89 87 131 -
CMYK 0.32 0.34 0 0.49
HSL 242.73º 0.2% 0.43% -
HSV(B) 242.73º 0.34% 0.51% -
XYZ 11.62 10.58 22.9 -
YUV 92.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 89 87 131 0.32 0.34 0 0.49 242.73 0.2 0.43
Hex 59 57 83 20 22 0 31 F3 14 2B
Octal 131 127 203 40 42 0 61 363 24 53
Binary 1011001 1010111 10000011 100000 100010 0 110001 11110011 10100 101011

Color Harmonies of #595783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595783

Black with #595783

Text Example


Text Example

White with #595783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595783; }

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

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

background-color css

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

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

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

border-color css

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

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

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