#5D639B

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

Shades of Governor Bay #5D639B

Tints of Governor Bay #5D639B

Color information

#5D639B (or 0x5D639B) is unknown color: approx Governor Bay. HEX triplet: 5D, 63 and 9B. RGB value is (93,99,155). Sum of RGB (Red+Green+Blue) = 93+99+155=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D639B is #A29C64. Grayscale: #676767. Windows color (decimal): -10656869 or 10183517. OLE color: 10183517.

HSL color Cylindrical-coordinate representation of color #5D639B: hue angle of 234.19º 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 #5D639B is Cyan = 0.4, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9399155-
CMYK0.40.3600.39
HSL234.19º25%48.63%-
HSV(B)234.19º40%60.78%-
XYZ14.8913.6232.85-
YUV103.59157.01120.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.80%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=26.80%
G=28.53%
B=44.67%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93991550.40.3600.39234.192548.63
Hex5D639B2824027ea1931
Octal13514323350440473523161
Binary101110111000111001101110100010010001001111110101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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