Html Css Color HEX #595394 Governor Bay

📋 copy color: '#595394'

red 89 ◦ green 83 ◦ blue 148

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

Shades of Governor Bay #595394

Tints of Governor Bay #595394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 27.81%
G = 25.94%
B = 46.25%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#595394 (or 0x595394) is known color: Governor Bay. HEX triplet: 59, 53 and 94. RGB value is (89,83,148). Sum of RGB (Red+Green+Blue) = 89+83+148=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #595394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595394 is #A6AC6B. Grayscale: #5B5B5B. Windows color (decimal): -10923116 or 9720665. OLE color: 9720665.

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

Color convert

RGB 89 83 148 -
CMYK 0.40 0.44 0 0.42
HSL 245.54º 0.28% 0.45% -
HSV(B) 245.54º 0.44% 0.58% -
XYZ 12.56 10.45 29.37 -
YUV 92.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 89 83 148 0.40 0.44 0 0.42 245.54 0.28 0.45
Hex 59 53 94 28 2C 0 2A F6 1C 2D
Octal 131 123 224 50 54 0 52 366 34 55
Binary 1011001 1010011 10010100 101000 101100 0 101010 11110110 11100 101101

Color Harmonies of #595394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595394

Black with #595394

Text Example


Text Example

White with #595394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595394; }

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

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

background-color css

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

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

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

border-color css

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

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

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