Html Css Color HEX #5A5696 Governor Bay

📋 copy color: '#5A5696'

red 90 ◦ green 86 ◦ blue 150

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

Shades of Governor Bay #5A5696

Tints of Governor Bay #5A5696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.38%

 BLUE value IS 150 (58.98% from 255) = 46.01%

R = 27.61%
G = 26.38%
B = 46.01%

CMYK

 C value IS 0.4

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5A5696 (or 0x5A5696) is known color: Governor Bay. HEX triplet: 5A, 56 and 96. RGB value is (90,86,150). Sum of RGB (Red+Green+Blue) = 90+86+150=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A5696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5696 is #A5A969. Grayscale: #5E5E5E. Windows color (decimal): -10856810 or 9852506. OLE color: 9852506.

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

Color convert

RGB 90 86 150 -
CMYK 0.4 0.43 0 0.41
HSL 243.75º 0.27% 0.46% -
HSV(B) 243.75º 0.43% 0.59% -
XYZ 13.05 11.03 30.3 -
YUV 94.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 90 86 150 0.4 0.43 0 0.41 243.75 0.27 0.46
Hex 5A 56 96 28 2B 0 29 F4 1B 2E
Octal 132 126 226 50 53 0 51 364 33 56
Binary 1011010 1010110 10010110 101000 101011 0 101001 11110100 11011 101110

Color Harmonies of #5A5696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5696

Black with #5A5696

Text Example


Text Example

White with #5A5696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,86,150); }

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

background-color css

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

 a { background-color: rgb(90,86,150); }

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

border-color css

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

 span { border-color: rgb(90,86,150); }

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