Html Css Color HEX #5A5499 Governor Bay

📋 copy color: '#5A5499'

red 90 ◦ green 84 ◦ blue 153

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

Shades of Governor Bay #5A5499

Tints of Governor Bay #5A5499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.69%

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

R = 27.52%
G = 25.69%
B = 46.79%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5A5499 (or 0x5A5499) is known color: Governor Bay. HEX triplet: 5A, 54 and 99. RGB value is (90,84,153). Sum of RGB (Red+Green+Blue) = 90+84+153=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A5499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5499 is #A5AB66. Grayscale: #5D5D5D. Windows color (decimal): -10857319 or 10048602. OLE color: 10048602.

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

Color convert

RGB 90 84 153 -
CMYK 0.41 0.45 0 0.4
HSL 245.22º 0.29% 0.46% -
HSV(B) 245.22º 0.45% 0.6% -
XYZ 13.14 10.81 31.53 -
YUV 93.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 90 84 153 0.41 0.45 0 0.4 245.22 0.29 0.46
Hex 5A 54 99 29 2D 0 28 F5 1D 2E
Octal 132 124 231 51 55 0 50 365 35 56
Binary 1011010 1010100 10011001 101001 101101 0 101000 11110101 11101 101110

Color Harmonies of #5A5499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5499

Black with #5A5499

Text Example


Text Example

White with #5A5499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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