Html Css Color HEX #595E8B Governor Bay

📋 copy color: '#595E8B'

red 89 ◦ green 94 ◦ blue 139

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

Shades of Governor Bay #595E8B

Tints of Governor Bay #595E8B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.19%

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 27.64%
G = 29.19%
B = 43.17%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#595E8B (or 0x595E8B) is known color: Governor Bay. HEX triplet: 59, 5E and 8B. RGB value is (89,94,139). Sum of RGB (Red+Green+Blue) = 89+94+139=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #595E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595E8B is #A6A174. Grayscale: #616161. Windows color (decimal): -10920309 or 9133657. OLE color: 9133657.

HSL color Cylindrical-coordinate representation of color #595E8B: hue angle of 234º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #595E8B is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 94 139 -
CMYK 0.36 0.32 0 0.45
HSL 234º 0.22% 0.45% -
HSV(B) 234º 0.36% 0.55% -
XYZ 12.78 11.99 26.07 -
YUV 97.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 89 94 139 0.36 0.32 0 0.45 234 0.22 0.45
Hex 59 5E 8B 24 20 0 2D EA 16 2D
Octal 131 136 213 44 40 0 55 352 26 55
Binary 1011001 1011110 10001011 100100 100000 0 101101 11101010 10110 101101

Color Harmonies of #595E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595E8B

Black with #595E8B

Text Example


Text Example

White with #595E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595E8B; }

 p { color: rgb(89,94,139); }

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

background-color css

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

 a { background-color: rgb(89,94,139); }

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

border-color css

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

 span { border-color: rgb(89,94,139); }

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