Html Css Color HEX #595094 Victoria

📋 copy color: '#595094'

red 89 ◦ green 80 ◦ blue 148

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

Shades of Victoria #595094

Tints of Victoria #595094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.69%

R = 28.08%
G = 25.24%
B = 46.69%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#595094 (or 0x595094) is known color: Victoria. HEX triplet: 59, 50 and 94. RGB value is (89,80,148). Sum of RGB (Red+Green+Blue) = 89+80+148=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #595094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595094 is #A6AF6B. Grayscale: #5A5A5A. Windows color (decimal): -10923884 or 9719897. OLE color: 9719897.

HSL color Cylindrical-coordinate representation of color #595094: hue angle of 247.94º 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 #595094 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 80 148 -
CMYK 0.40 0.46 0 0.42
HSL 247.94º 0.3% 0.45% -
HSV(B) 247.94º 0.46% 0.58% -
XYZ 12.33 10 29.3 -
YUV 90.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 89 80 148 0.40 0.46 0 0.42 247.94 0.3 0.45
Hex 59 50 94 28 2E 0 2A F8 1E 2D
Octal 131 120 224 50 56 0 52 370 36 55
Binary 1011001 1010000 10010100 101000 101110 0 101010 11111000 11110 101101

Color Harmonies of #595094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595094

Black with #595094

Text Example


Text Example

White with #595094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595094; }

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

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

background-color css

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

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

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

border-color css

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

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

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