#5C618D

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

Shades of Governor Bay #5C618D

Tints of Governor Bay #5C618D

Color information

#5C618D (or 0x5C618D) is unknown color: approx Governor Bay. HEX triplet: 5C, 61 and 8D. RGB value is (92,97,141). Sum of RGB (Red+Green+Blue) = 92+97+141=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C618D is #A39E72. Grayscale: #646464. Windows color (decimal): -10722931 or 9265500. OLE color: 9265500.

HSL color Cylindrical-coordinate representation of color #5C618D: hue angle of 233.88º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C618D is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9297141-
CMYK0.350.3100.45
HSL233.88º21.03%45.69%-
HSV(B)233.88º34.75%55.29%-
XYZ13.512.7526.95-
YUV100.52150.84121.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.88%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=27.88%
G=29.39%
B=42.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92971410.350.3100.45233.8821.0345.69
Hex5C618D231F02Dea152e
Octal13414121543370553522556
Binary10111001100001100011011000111111101011011110101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,97,141); }

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

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

 a { background-color: rgb(92,97,141); }

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

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

 span { border-color: rgb(92,97,141); }

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