Html Css Color HEX #595F9C Governor Bay

📋 copy color: '#595F9C'

red 89 ◦ green 95 ◦ blue 156

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

Shades of Governor Bay #595F9C

Tints of Governor Bay #595F9C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.94%

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

R = 26.18%
G = 27.94%
B = 45.88%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#595F9C (or 0x595F9C) is known color: Governor Bay. HEX triplet: 59, 5F and 9C. RGB value is (89,95,156). Sum of RGB (Red+Green+Blue) = 89+95+156=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #595F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F9C is #A6A063. Grayscale: #636363. Windows color (decimal): -10920036 or 10248025. OLE color: 10248025.

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

Color convert

RGB 89 95 156 -
CMYK 0.43 0.39 0 0.39
HSL 234.63º 0.27% 0.48% -
HSV(B) 234.63º 0.43% 0.61% -
XYZ 14.21 12.71 33.16 -
YUV 100.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 89 95 156 0.43 0.39 0 0.39 234.63 0.27 0.48
Hex 59 5F 9C 2B 27 0 27 EB 1B 30
Octal 131 137 234 53 47 0 47 353 33 60
Binary 1011001 1011111 10011100 101011 100111 0 100111 11101011 11011 110000

Color Harmonies of #595F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F9C

Black with #595F9C

Text Example


Text Example

White with #595F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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