#5D509B

Color #5D509B Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #5D509B

Tints of Governor Bay #5D509B

Color information

#5D509B (or 0x5D509B) is unknown color: approx Governor Bay. HEX triplet: 5D, 50 and 9B. RGB value is (93,80,155). Sum of RGB (Red+Green+Blue) = 93+80+155=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D509B is #A2AF64. Grayscale: #5C5C5C. Windows color (decimal): -10661733 or 10178653. OLE color: 10178653.

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

Color convert

RGB9380155-
CMYK0.40.4800.39
HSL250.4º31.91%46.08%-
HSV(B)250.4º48.39%60.78%-
XYZ13.310.4332.32-
YUV92.44163.31128.4-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.35%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=28.35%
G=24.39%
B=47.26%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93801550.40.4800.39250.431.9146.08
Hex5D509B2830027fa202e
Octal13512023350600473724056
Binary1011101101000010011011101000110000010011111111010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,80,155); }

 H1.HeaderClassName
 {
   color: #5D509B;
 }
 .AnyTagClassName
 {
   color: #5D509B;
 }
</style>
background-color css

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

 a { background-color: rgb(93,80,155); }

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

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

 span { border-color: rgb(93,80,155); }

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