Html Css Color HEX #595093 Victoria

📋 copy color: '#595093'

red 89 ◦ green 80 ◦ blue 147

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

Shades of Victoria #595093

Tints of Victoria #595093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 28.16%
G = 25.32%
B = 46.52%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#595093 (or 0x595093) is known color: Victoria. HEX triplet: 59, 50 and 93. RGB value is (89,80,147). Sum of RGB (Red+Green+Blue) = 89+80+147=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #595093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595093 is #A6AF6C. Grayscale: #5A5A5A. Windows color (decimal): -10923885 or 9654361. OLE color: 9654361.

HSL color Cylindrical-coordinate representation of color #595093: hue angle of 248.06º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #595093 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 80 147 -
CMYK 0.39 0.46 0 0.42
HSL 248.06º 0.3% 0.45% -
HSV(B) 248.06º 0.46% 0.58% -
XYZ 12.25 9.97 28.88 -
YUV 90.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 89 80 147 0.39 0.46 0 0.42 248.06 0.3 0.45
Hex 59 50 93 27 2E 0 2A F8 1E 2D
Octal 131 120 223 47 56 0 52 370 36 55
Binary 1011001 1010000 10010011 100111 101110 0 101010 11111000 11110 101101

Color Harmonies of #595093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595093

Black with #595093

Text Example


Text Example

White with #595093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595093; }

 p { color: rgb(89,80,147); }

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

background-color css

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

 a { background-color: rgb(89,80,147); }

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

border-color css

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

 span { border-color: rgb(89,80,147); }

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