Html Css Color HEX #5A5988 Governor Bay

📋 copy color: '#5A5988'

red 90 ◦ green 89 ◦ blue 136

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

Shades of Governor Bay #5A5988

Tints of Governor Bay #5A5988

RGB

 RED value IS 90 (35.55% from 255) = 28.57%

 GREEN value IS 89 (35.16% from 255) = 28.25%

 BLUE value IS 136 (53.52% from 255) = 43.17%

R = 28.57%
G = 28.25%
B = 43.17%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A5988 (or 0x5A5988) is known color: Governor Bay. HEX triplet: 5A, 59 and 88. RGB value is (90,89,136). Sum of RGB (Red+Green+Blue) = 90+89+136=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A5988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5988 is #A5A677. Grayscale: #5E5E5E. Windows color (decimal): -10856056 or 8935770. OLE color: 8935770.

HSL color Cylindrical-coordinate representation of color #5A5988: hue angle of 241.28º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A5988 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 89 136 -
CMYK 0.34 0.35 0 0.47
HSL 241.28º 0.21% 0.44% -
HSV(B) 241.28º 0.35% 0.53% -
XYZ 12.23 11.1 24.79 -
YUV 94.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 90 89 136 0.34 0.35 0 0.47 241.28 0.21 0.44
Hex 5A 59 88 22 23 0 2F F1 15 2C
Octal 132 131 210 42 43 0 57 361 25 54
Binary 1011010 1011001 10001000 100010 100011 0 101111 11110001 10101 101100

Color Harmonies of #5A5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5988

Black with #5A5988

Text Example


Text Example

White with #5A5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A5988; }

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

 H1.HeaderClassName
 {
   color: #5A5988;
 }
 .AnyTagClassName
 {
   color: #5A5988;
 }
</style>

background-color css

<style>
 a { background-color: #5A5988; }

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

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

border-color css

<style>
 span { border-color: #5A5988; }

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

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