Html Css Color HEX #595F89 Governor Bay

📋 copy color: '#595F89'

red 89 ◦ green 95 ◦ blue 137

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

Shades of Governor Bay #595F89

Tints of Governor Bay #595F89

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.6%

 BLUE value IS 137 (53.91% from 255) = 42.68%

R = 27.73%
G = 29.6%
B = 42.68%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#595F89 (or 0x595F89) is known color: Governor Bay. HEX triplet: 59, 5F and 89. RGB value is (89,95,137). Sum of RGB (Red+Green+Blue) = 89+95+137=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #595F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F89 is #A6A076. Grayscale: #616161. Windows color (decimal): -10920055 or 9002841. OLE color: 9002841.

HSL color Cylindrical-coordinate representation of color #595F89: hue angle of 232.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #595F89 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 95 137 -
CMYK 0.35 0.31 0 0.46
HSL 232.5º 0.21% 0.44% -
HSV(B) 232.5º 0.35% 0.54% -
XYZ 12.73 12.11 25.33 -
YUV 97.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 89 95 137 0.35 0.31 0 0.46 232.5 0.21 0.44
Hex 59 5F 89 23 1F 0 2E E8 15 2C
Octal 131 137 211 43 37 0 56 350 25 54
Binary 1011001 1011111 10001001 100011 11111 0 101110 11101000 10101 101100

Color Harmonies of #595F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F89

Black with #595F89

Text Example


Text Example

White with #595F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,95,137); }

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

background-color css

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

 a { background-color: rgb(89,95,137); }

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

border-color css

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

 span { border-color: rgb(89,95,137); }

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