Html Css Color HEX #595293 Governor Bay

📋 copy color: '#595293'

red 89 ◦ green 82 ◦ blue 147

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

Shades of Governor Bay #595293

Tints of Governor Bay #595293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

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

R = 27.99%
G = 25.79%
B = 46.23%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#595293 (or 0x595293) is known color: Governor Bay. HEX triplet: 59, 52 and 93. RGB value is (89,82,147). Sum of RGB (Red+Green+Blue) = 89+82+147=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #595293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595293 is #A6AD6C. Grayscale: #5B5B5B. Windows color (decimal): -10923373 or 9654873. OLE color: 9654873.

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

Color convert

RGB 89 82 147 -
CMYK 0.39 0.44 0 0.42
HSL 246.46º 0.28% 0.45% -
HSV(B) 246.46º 0.44% 0.58% -
XYZ 12.4 10.27 28.93 -
YUV 91.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 89 82 147 0.39 0.44 0 0.42 246.46 0.28 0.45
Hex 59 52 93 27 2C 0 2A F6 1C 2D
Octal 131 122 223 47 54 0 52 366 34 55
Binary 1011001 1010010 10010011 100111 101100 0 101010 11110110 11100 101101

Color Harmonies of #595293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595293

Black with #595293

Text Example


Text Example

White with #595293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595293; }

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

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

background-color css

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

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

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

border-color css

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

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

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