Html Css Color HEX #595A98 Governor Bay

📋 copy color: '#595A98'

red 89 ◦ green 90 ◦ blue 152

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

Shades of Governor Bay #595A98

Tints of Governor Bay #595A98

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

 BLUE value IS 152 (59.77% from 255) = 45.92%

R = 26.89%
G = 27.19%
B = 45.92%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#595A98 (or 0x595A98) is known color: Governor Bay. HEX triplet: 59, 5A and 98. RGB value is (89,90,152). Sum of RGB (Red+Green+Blue) = 89+90+152=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #595A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595A98 is #A6A567. Grayscale: #606060. Windows color (decimal): -10921320 or 9984601. OLE color: 9984601.

HSL color Cylindrical-coordinate representation of color #595A98: hue angle of 239.05º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #595A98 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 90 152 -
CMYK 0.41 0.41 0 0.40
HSL 239.05º 0.26% 0.47% -
HSV(B) 239.05º 0.41% 0.6% -
XYZ 13.44 11.7 31.26 -
YUV 96.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 89 90 152 0.41 0.41 0 0.40 239.05 0.26 0.47
Hex 59 5A 98 29 29 0 28 EF 1A 2F
Octal 131 132 230 51 51 0 50 357 32 57
Binary 1011001 1011010 10011000 101001 101001 0 101000 11101111 11010 101111

Color Harmonies of #595A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A98

Black with #595A98

Text Example


Text Example

White with #595A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,90,152); }

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

background-color css

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

 a { background-color: rgb(89,90,152); }

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

border-color css

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

 span { border-color: rgb(89,90,152); }

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