Html Css Color HEX #5A5999 Governor Bay

📋 copy color: '#5A5999'

red 90 ◦ green 89 ◦ blue 153

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

Shades of Governor Bay #5A5999

Tints of Governor Bay #5A5999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.08%

R = 27.11%
G = 26.81%
B = 46.08%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5A5999 (or 0x5A5999) is known color: Governor Bay. HEX triplet: 5A, 59 and 99. RGB value is (90,89,153). Sum of RGB (Red+Green+Blue) = 90+89+153=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A5999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5999 is #A5A666. Grayscale: #606060. Windows color (decimal): -10856039 or 10049882. OLE color: 10049882.

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

Color convert

RGB 90 89 153 -
CMYK 0.41 0.42 0 0.4
HSL 240.94º 0.26% 0.47% -
HSV(B) 240.94º 0.42% 0.6% -
XYZ 13.54 11.62 31.67 -
YUV 96.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 90 89 153 0.41 0.42 0 0.4 240.94 0.26 0.47
Hex 5A 59 99 29 2A 0 28 F1 1A 2F
Octal 132 131 231 51 52 0 50 361 32 57
Binary 1011010 1011001 10011001 101001 101010 0 101000 11110001 11010 101111

Color Harmonies of #5A5999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5999

Black with #5A5999

Text Example


Text Example

White with #5A5999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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