Html Css Color HEX #595A92 Governor Bay

📋 copy color: '#595A92'

red 89 ◦ green 90 ◦ blue 146

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

Shades of Governor Bay #595A92

Tints of Governor Bay #595A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.92%

R = 27.38%
G = 27.69%
B = 44.92%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#595A92 (or 0x595A92) is known color: Governor Bay. HEX triplet: 59, 5A and 92. RGB value is (89,90,146). Sum of RGB (Red+Green+Blue) = 89+90+146=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #595A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595A92 is #A6A56D. Grayscale: #5F5F5F. Windows color (decimal): -10921326 or 9591385. OLE color: 9591385.

HSL color Cylindrical-coordinate representation of color #595A92: hue angle of 238.95º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #595A92 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 90 146 -
CMYK 0.39 0.38 0 0.43
HSL 238.95º 0.24% 0.46% -
HSV(B) 238.95º 0.39% 0.57% -
XYZ 12.96 11.51 28.73 -
YUV 96.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 89 90 146 0.39 0.38 0 0.43 238.95 0.24 0.46
Hex 59 5A 92 27 26 0 2B EF 18 2E
Octal 131 132 222 47 46 0 53 357 30 56
Binary 1011001 1011010 10010010 100111 100110 0 101011 11101111 11000 101110

Color Harmonies of #595A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A92

Black with #595A92

Text Example


Text Example

White with #595A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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