Html Css Color HEX #5A509C Governor Bay

📋 copy color: '#5A509C'

red 90 ◦ green 80 ◦ blue 156

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

Shades of Governor Bay #5A509C

Tints of Governor Bay #5A509C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.54%

 BLUE value IS 156 (61.33% from 255) = 47.85%

R = 27.61%
G = 24.54%
B = 47.85%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5A509C (or 0x5A509C) is known color: Governor Bay. HEX triplet: 5A, 50 and 9C. RGB value is (90,80,156). Sum of RGB (Red+Green+Blue) = 90+80+156=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A509C is #A5AF63. Grayscale: #5B5B5B. Windows color (decimal): -10858340 or 10244186. OLE color: 10244186.

HSL color Cylindrical-coordinate representation of color #5A509C: hue angle of 247.89º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A509C is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 80 156 -
CMYK 0.42 0.49 0 0.39
HSL 247.89º 0.32% 0.46% -
HSV(B) 247.89º 0.49% 0.61% -
XYZ 13.09 10.31 32.75 -
YUV 91.65 164.31 126.82 -
System Red Green Blue C M Y K H S L
Decimal 90 80 156 0.42 0.49 0 0.39 247.89 0.32 0.46
Hex 5A 50 9C 2A 31 0 27 F8 20 2E
Octal 132 120 234 52 61 0 47 370 40 56
Binary 1011010 1010000 10011100 101010 110001 0 100111 11111000 100000 101110

Color Harmonies of #5A509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A509C

Black with #5A509C

Text Example


Text Example

White with #5A509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,80,156); }

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

background-color css

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

 a { background-color: rgb(90,80,156); }

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

border-color css

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

 span { border-color: rgb(90,80,156); }

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