Html Css Color HEX #595F9B Governor Bay

📋 copy color: '#595F9B'

red 89 ◦ green 95 ◦ blue 155

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

Shades of Governor Bay #595F9B

Tints of Governor Bay #595F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 26.25%
G = 28.02%
B = 45.72%

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

#595F9B (or 0x595F9B) is known color: Governor Bay. HEX triplet: 59, 5F and 9B. RGB value is (89,95,155). Sum of RGB (Red+Green+Blue) = 89+95+155=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #595F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F9B is #A6A064. Grayscale: #636363. Windows color (decimal): -10920037 or 10182489. OLE color: 10182489.

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

Color convert

RGB 89 95 155 -
CMYK 0.43 0.39 0 0.39
HSL 234.55º 0.27% 0.48% -
HSV(B) 234.55º 0.43% 0.61% -
XYZ 14.13 12.67 32.71 -
YUV 100.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 89 95 155 0.43 0.39 0 0.39 234.55 0.27 0.48
Hex 59 5F 9B 2B 27 0 27 EB 1B 30
Octal 131 137 233 53 47 0 47 353 33 60
Binary 1011001 1011111 10011011 101011 100111 0 100111 11101011 11011 110000

Color Harmonies of #595F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F9B

Black with #595F9B

Text Example


Text Example

White with #595F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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