#5C639B

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

Shades of Governor Bay #5C639B

Tints of Governor Bay #5C639B

Color information

#5C639B (or 0x5C639B) is unknown color: approx Governor Bay. HEX triplet: 5C, 63 and 9B. RGB value is (92,99,155). Sum of RGB (Red+Green+Blue) = 92+99+155=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C639B is #A39C64. Grayscale: #676767. Windows color (decimal): -10722405 or 10183516. OLE color: 10183516.

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

Color convert

RGB9299155-
CMYK0.410.3600.39
HSL233.33º25.51%48.43%-
HSV(B)233.33º40.65%60.78%-
XYZ14.7913.5732.85-
YUV103.29157.18119.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.59%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=26.59%
G=28.61%
B=44.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92991550.410.3600.39233.3325.5148.43
Hex5C639B2924027e91a30
Octal13414323351440473513260
Binary101110011000111001101110100110010001001111110100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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