Html Css Color HEX #5B509D Governor Bay

📋 copy color: '#5B509D'

red 91 ◦ green 80 ◦ blue 157

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

Shades of Governor Bay #5B509D

Tints of Governor Bay #5B509D

RGB

 RED value IS 91 (35.94% from 255) = 27.74%

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

 BLUE value IS 157 (61.72% from 255) = 47.87%

R = 27.74%
G = 24.39%
B = 47.87%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5B509D (or 0x5B509D) is known color: Governor Bay. HEX triplet: 5B, 50 and 9D. RGB value is (91,80,157). Sum of RGB (Red+Green+Blue) = 91+80+157=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B509D is #A4AF62. Grayscale: #5B5B5B. Windows color (decimal): -10792803 or 10309723. OLE color: 10309723.

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

Color convert

RGB 91 80 157 -
CMYK 0.42 0.49 0 0.38
HSL 248.57º 0.32% 0.46% -
HSV(B) 248.57º 0.49% 0.62% -
XYZ 13.27 10.4 33.21 -
YUV 92.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 91 80 157 0.42 0.49 0 0.38 248.57 0.32 0.46
Hex 5B 50 9D 2A 31 0 26 F9 20 2E
Octal 133 120 235 52 61 0 46 371 40 56
Binary 1011011 1010000 10011101 101010 110001 0 100110 11111001 100000 101110

Color Harmonies of #5B509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B509D

Black with #5B509D

Text Example


Text Example

White with #5B509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,80,157); }

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

background-color css

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

 a { background-color: rgb(91,80,157); }

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

border-color css

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

 span { border-color: rgb(91,80,157); }

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