Html Css Color HEX #595092 Victoria

📋 copy color: '#595092'

red 89 ◦ green 80 ◦ blue 146

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

Shades of Victoria #595092

Tints of Victoria #595092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 28.25%
G = 25.4%
B = 46.35%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#595092 (or 0x595092) is known color: Victoria. HEX triplet: 59, 50 and 92. RGB value is (89,80,146). Sum of RGB (Red+Green+Blue) = 89+80+146=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #595092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595092 is #A6AF6D. Grayscale: #595959. Windows color (decimal): -10923886 or 9588825. OLE color: 9588825.

HSL color Cylindrical-coordinate representation of color #595092: hue angle of 248.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #595092 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 80 146 -
CMYK 0.39 0.45 0 0.43
HSL 248.18º 0.29% 0.44% -
HSV(B) 248.18º 0.45% 0.57% -
XYZ 12.18 9.94 28.47 -
YUV 90.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 89 80 146 0.39 0.45 0 0.43 248.18 0.29 0.44
Hex 59 50 92 27 2D 0 2B F8 1D 2C
Octal 131 120 222 47 55 0 53 370 35 54
Binary 1011001 1010000 10010010 100111 101101 0 101011 11111000 11101 101100

Color Harmonies of #595092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595092

Black with #595092

Text Example


Text Example

White with #595092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595092; }

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

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

background-color css

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

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

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

border-color css

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

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

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