Html Css Color HEX #595D94 Governor Bay

📋 copy color: '#595D94'

red 89 ◦ green 93 ◦ blue 148

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

Shades of Governor Bay #595D94

Tints of Governor Bay #595D94

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 26.97%
G = 28.18%
B = 44.85%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#595D94 (or 0x595D94) is known color: Governor Bay. HEX triplet: 59, 5D and 94. RGB value is (89,93,148). Sum of RGB (Red+Green+Blue) = 89+93+148=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #595D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595D94 is #A6A26B. Grayscale: #616161. Windows color (decimal): -10920556 or 9723225. OLE color: 9723225.

HSL color Cylindrical-coordinate representation of color #595D94: hue angle of 235.93º 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 #595D94 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 93 148 -
CMYK 0.40 0.37 0 0.42
HSL 235.93º 0.25% 0.46% -
HSV(B) 235.93º 0.4% 0.58% -
XYZ 13.38 12.09 29.65 -
YUV 98.07 156.17 121.53 -
System Red Green Blue C M Y K H S L
Decimal 89 93 148 0.40 0.37 0 0.42 235.93 0.25 0.46
Hex 59 5D 94 28 25 0 2A EC 19 2E
Octal 131 135 224 50 45 0 52 354 31 56
Binary 1011001 1011101 10010100 101000 100101 0 101010 11101100 11001 101110

Color Harmonies of #595D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D94

Black with #595D94

Text Example


Text Example

White with #595D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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