Html Css Color HEX #595F9D Governor Bay

📋 copy color: '#595F9D'

red 89 ◦ green 95 ◦ blue 157

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

Shades of Governor Bay #595F9D

Tints of Governor Bay #595F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 26.1%
G = 27.86%
B = 46.04%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#595F9D (or 0x595F9D) is known color: Governor Bay. HEX triplet: 59, 5F and 9D. RGB value is (89,95,157). Sum of RGB (Red+Green+Blue) = 89+95+157=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #595F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F9D is #A6A062. Grayscale: #646464. Windows color (decimal): -10920035 or 10313561. OLE color: 10313561.

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

Color convert

RGB 89 95 157 -
CMYK 0.43 0.39 0 0.38
HSL 234.71º 0.28% 0.48% -
HSV(B) 234.71º 0.43% 0.62% -
XYZ 14.3 12.74 33.6 -
YUV 100.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 89 95 157 0.43 0.39 0 0.38 234.71 0.28 0.48
Hex 59 5F 9D 2B 27 0 26 EB 1C 30
Octal 131 137 235 53 47 0 46 353 34 60
Binary 1011001 1011111 10011101 101011 100111 0 100110 11101011 11100 110000

Color Harmonies of #595F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F9D

Black with #595F9D

Text Example


Text Example

White with #595F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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