Html Css Color HEX #596293 Governor Bay

📋 copy color: '#596293'

red 89 ◦ green 98 ◦ blue 147

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

Shades of Governor Bay #596293

Tints of Governor Bay #596293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.34%

 BLUE value IS 147 (57.81% from 255) = 44.01%

R = 26.65%
G = 29.34%
B = 44.01%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#596293 (or 0x596293) is known color: Governor Bay. HEX triplet: 59, 62 and 93. RGB value is (89,98,147). Sum of RGB (Red+Green+Blue) = 89+98+147=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #596293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596293 is #A69D6C. Grayscale: #646464. Windows color (decimal): -10919277 or 9658969. OLE color: 9658969.

HSL color Cylindrical-coordinate representation of color #596293: hue angle of 230.69º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #596293 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 98 147 -
CMYK 0.39 0.33 0 0.42
HSL 230.69º 0.25% 0.46% -
HSV(B) 230.69º 0.39% 0.58% -
XYZ 13.75 12.97 29.38 -
YUV 100.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 89 98 147 0.39 0.33 0 0.42 230.69 0.25 0.46
Hex 59 62 93 27 21 0 2A E7 19 2E
Octal 131 142 223 47 41 0 52 347 31 56
Binary 1011001 1100010 10010011 100111 100001 0 101010 11100111 11001 101110

Color Harmonies of #596293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596293

Black with #596293

Text Example


Text Example

White with #596293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596293; }

 p { color: rgb(89,98,147); }

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

background-color css

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

 a { background-color: rgb(89,98,147); }

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

border-color css

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

 span { border-color: rgb(89,98,147); }

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