Html Css Color HEX #595C92 Governor Bay

📋 copy color: '#595C92'

red 89 ◦ green 92 ◦ blue 146

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

Shades of Governor Bay #595C92

Tints of Governor Bay #595C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

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

R = 27.22%
G = 28.13%
B = 44.65%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#595C92 (or 0x595C92) is known color: Governor Bay. HEX triplet: 59, 5C and 92. RGB value is (89,92,146). Sum of RGB (Red+Green+Blue) = 89+92+146=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #595C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C92 is #A6A36D. Grayscale: #616161. Windows color (decimal): -10920814 or 9591897. OLE color: 9591897.

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

Color convert

RGB 89 92 146 -
CMYK 0.39 0.37 0 0.43
HSL 236.84º 0.24% 0.46% -
HSV(B) 236.84º 0.39% 0.57% -
XYZ 13.14 11.85 28.79 -
YUV 97.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 89 92 146 0.39 0.37 0 0.43 236.84 0.24 0.46
Hex 59 5C 92 27 25 0 2B ED 18 2E
Octal 131 134 222 47 45 0 53 355 30 56
Binary 1011001 1011100 10010010 100111 100101 0 101011 11101101 11000 101110

Color Harmonies of #595C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C92

Black with #595C92

Text Example


Text Example

White with #595C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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