Html Css Color HEX #595A95 Governor Bay

📋 copy color: '#595A95'

red 89 ◦ green 90 ◦ blue 149

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

Shades of Governor Bay #595A95

Tints of Governor Bay #595A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.43%

R = 27.13%
G = 27.44%
B = 45.43%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#595A95 (or 0x595A95) is known color: Governor Bay. HEX triplet: 59, 5A and 95. RGB value is (89,90,149). Sum of RGB (Red+Green+Blue) = 89+90+149=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #595A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595A95 is #A6A56A. Grayscale: #606060. Windows color (decimal): -10921323 or 9787993. OLE color: 9787993.

HSL color Cylindrical-coordinate representation of color #595A95: hue angle of 239º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #595A95 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 90 149 -
CMYK 0.40 0.40 0 0.42
HSL 239º 0.25% 0.47% -
HSV(B) 239º 0.4% 0.58% -
XYZ 13.2 11.61 29.98 -
YUV 96.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 89 90 149 0.40 0.40 0 0.42 239 0.25 0.47
Hex 59 5A 95 28 28 0 2A EF 19 2F
Octal 131 132 225 50 50 0 52 357 31 57
Binary 1011001 1011010 10010101 101000 101000 0 101010 11101111 11001 101111

Color Harmonies of #595A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A95

Black with #595A95

Text Example


Text Example

White with #595A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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