Html Css Color HEX #596294 Governor Bay

📋 copy color: '#596294'

red 89 ◦ green 98 ◦ blue 148

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

Shades of Governor Bay #596294

Tints of Governor Bay #596294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 26.57%
G = 29.25%
B = 44.18%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#596294 (or 0x596294) is known color: Governor Bay. HEX triplet: 59, 62 and 94. RGB value is (89,98,148). Sum of RGB (Red+Green+Blue) = 89+98+148=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #596294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596294 is #A69D6B. Grayscale: #646464. Windows color (decimal): -10919276 or 9724505. OLE color: 9724505.

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

Color convert

RGB 89 98 148 -
CMYK 0.40 0.34 0 0.42
HSL 230.85º 0.25% 0.46% -
HSV(B) 230.85º 0.4% 0.58% -
XYZ 13.83 13 29.8 -
YUV 101.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 89 98 148 0.40 0.34 0 0.42 230.85 0.25 0.46
Hex 59 62 94 28 22 0 2A E7 19 2E
Octal 131 142 224 50 42 0 52 347 31 56
Binary 1011001 1100010 10010100 101000 100010 0 101010 11100111 11001 101110

Color Harmonies of #596294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596294

Black with #596294

Text Example


Text Example

White with #596294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596294; }

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

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

background-color css

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

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

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

border-color css

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

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

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