Html Css Color HEX #595A9D Governor Bay

📋 copy color: '#595A9D'

red 89 ◦ green 90 ◦ blue 157

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

Shades of Governor Bay #595A9D

Tints of Governor Bay #595A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.73%

R = 26.49%
G = 26.79%
B = 46.73%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#595A9D (or 0x595A9D) is known color: Governor Bay. HEX triplet: 59, 5A and 9D. RGB value is (89,90,157). Sum of RGB (Red+Green+Blue) = 89+90+157=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #595A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595A9D is #A6A562. Grayscale: #616161. Windows color (decimal): -10921315 or 10312281. OLE color: 10312281.

HSL color Cylindrical-coordinate representation of color #595A9D: hue angle of 239.12º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #595A9D is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 90 157 -
CMYK 0.43 0.43 0 0.38
HSL 239.12º 0.28% 0.48% -
HSV(B) 239.12º 0.43% 0.62% -
XYZ 13.86 11.87 33.46 -
YUV 97.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 89 90 157 0.43 0.43 0 0.38 239.12 0.28 0.48
Hex 59 5A 9D 2B 2B 0 26 EF 1C 30
Octal 131 132 235 53 53 0 46 357 34 60
Binary 1011001 1011010 10011101 101011 101011 0 100110 11101111 11100 110000

Color Harmonies of #595A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A9D

Black with #595A9D

Text Example


Text Example

White with #595A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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