#5D649B

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

Shades of Governor Bay #5D649B

Tints of Governor Bay #5D649B

Color information

#5D649B (or 0x5D649B) is unknown color: approx Governor Bay. HEX triplet: 5D, 64 and 9B. RGB value is (93,100,155). Sum of RGB (Red+Green+Blue) = 93+100+155=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D649B is #A29B64. Grayscale: #676767. Windows color (decimal): -10656613 or 10183773. OLE color: 10183773.

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

Color convert

RGB93100155-
CMYK0.40.3500.39
HSL233.23º25%48.63%-
HSV(B)233.23º40%60.78%-
XYZ14.9913.8132.89-
YUV104.18156.68120.03-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.72%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=26.72%
G=28.74%
B=44.54%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931001550.40.3500.39233.232548.63
Hex5D649B2823027e91931
Octal13514423350430473513161
Binary101110111001001001101110100010001101001111110100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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