Html Css Color HEX #595D93 Governor Bay

📋 copy color: '#595D93'

red 89 ◦ green 93 ◦ blue 147

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

Shades of Governor Bay #595D93

Tints of Governor Bay #595D93

RGB

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

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

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

R = 27.05%
G = 28.27%
B = 44.68%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#595D93 (or 0x595D93) is known color: Governor Bay. HEX triplet: 59, 5D and 93. RGB value is (89,93,147). Sum of RGB (Red+Green+Blue) = 89+93+147=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #595D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595D93 is #A6A26C. Grayscale: #616161. Windows color (decimal): -10920557 or 9657689. OLE color: 9657689.

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

Color convert

RGB 89 93 147 -
CMYK 0.39 0.37 0 0.42
HSL 235.86º 0.25% 0.46% -
HSV(B) 235.86º 0.39% 0.58% -
XYZ 13.3 12.06 29.23 -
YUV 97.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 89 93 147 0.39 0.37 0 0.42 235.86 0.25 0.46
Hex 59 5D 93 27 25 0 2A EC 19 2E
Octal 131 135 223 47 45 0 52 354 31 56
Binary 1011001 1011101 10010011 100111 100101 0 101010 11101100 11001 101110

Color Harmonies of #595D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D93

Black with #595D93

Text Example


Text Example

White with #595D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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