Html Css Color HEX #595C9C Governor Bay

📋 copy color: '#595C9C'

red 89 ◦ green 92 ◦ blue 156

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

Shades of Governor Bay #595C9C

Tints of Governor Bay #595C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.29%

R = 26.41%
G = 27.3%
B = 46.29%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#595C9C (or 0x595C9C) is known color: Governor Bay. HEX triplet: 59, 5C and 9C. RGB value is (89,92,156). Sum of RGB (Red+Green+Blue) = 89+92+156=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #595C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C9C is #A6A363. Grayscale: #626262. Windows color (decimal): -10920804 or 10247257. OLE color: 10247257.

HSL color Cylindrical-coordinate representation of color #595C9C: hue angle of 237.31º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #595C9C is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 92 156 -
CMYK 0.43 0.41 0 0.39
HSL 237.31º 0.27% 0.48% -
HSV(B) 237.31º 0.43% 0.61% -
XYZ 13.95 12.18 33.07 -
YUV 98.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 89 92 156 0.43 0.41 0 0.39 237.31 0.27 0.48
Hex 59 5C 9C 2B 29 0 27 ED 1B 30
Octal 131 134 234 53 51 0 47 355 33 60
Binary 1011001 1011100 10011100 101011 101001 0 100111 11101101 11011 110000

Color Harmonies of #595C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C9C

Black with #595C9C

Text Example


Text Example

White with #595C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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