Html Css Color HEX #595A8D Governor Bay

📋 copy color: '#595A8D'

red 89 ◦ green 90 ◦ blue 141

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

Shades of Governor Bay #595A8D

Tints of Governor Bay #595A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.13%

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 27.81%
G = 28.13%
B = 44.06%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#595A8D (or 0x595A8D) is known color: Governor Bay. HEX triplet: 59, 5A and 8D. RGB value is (89,90,141). Sum of RGB (Red+Green+Blue) = 89+90+141=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #595A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595A8D is #A6A572. Grayscale: #5F5F5F. Windows color (decimal): -10921331 or 9263705. OLE color: 9263705.

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

Color convert

RGB 89 90 141 -
CMYK 0.37 0.36 0 0.45
HSL 238.85º 0.23% 0.45% -
HSV(B) 238.85º 0.37% 0.55% -
XYZ 12.58 11.36 26.73 -
YUV 95.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 89 90 141 0.37 0.36 0 0.45 238.85 0.23 0.45
Hex 59 5A 8D 25 24 0 2D EF 17 2D
Octal 131 132 215 45 44 0 55 357 27 55
Binary 1011001 1011010 10001101 100101 100100 0 101101 11101111 10111 101101

Color Harmonies of #595A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A8D

Black with #595A8D

Text Example


Text Example

White with #595A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,90,141); }

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

background-color css

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

 a { background-color: rgb(89,90,141); }

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

border-color css

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

 span { border-color: rgb(89,90,141); }

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