Html Css Color HEX #595C94 Governor Bay

📋 copy color: '#595C94'

red 89 ◦ green 92 ◦ blue 148

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

Shades of Governor Bay #595C94

Tints of Governor Bay #595C94

RGB

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

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

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

R = 27.05%
G = 27.96%
B = 44.98%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#595C94 (or 0x595C94) is known color: Governor Bay. HEX triplet: 59, 5C and 94. RGB value is (89,92,148). Sum of RGB (Red+Green+Blue) = 89+92+148=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #595C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C94 is #A6A36B. Grayscale: #616161. Windows color (decimal): -10920812 or 9722969. OLE color: 9722969.

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

Color convert

RGB 89 92 148 -
CMYK 0.40 0.38 0 0.42
HSL 236.95º 0.25% 0.46% -
HSV(B) 236.95º 0.4% 0.58% -
XYZ 13.29 11.92 29.62 -
YUV 97.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 89 92 148 0.40 0.38 0 0.42 236.95 0.25 0.46
Hex 59 5C 94 28 26 0 2A ED 19 2E
Octal 131 134 224 50 46 0 52 355 31 56
Binary 1011001 1011100 10010100 101000 100110 0 101010 11101101 11001 101110

Color Harmonies of #595C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C94

Black with #595C94

Text Example


Text Example

White with #595C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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