#638586

Color #638586 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #638586

Tints of Gothic #638586

Color information

#638586 (or 0x638586) is unknown color: approx Gothic. HEX triplet: 63, 85 and 86. RGB value is (99,133,134). Sum of RGB (Red+Green+Blue) = 99+133+134=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 134 - color contains mainly: blue. Hex color #638586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638586 is #9C7A79. Grayscale: #7A7A7A. Windows color (decimal): -10254970 or 8815971. OLE color: 8815971.

HSL color Cylindrical-coordinate representation of color #638586: hue angle of 181.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #638586 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB99133134-
CMYK0.260.0100.47
HSL181.71º15.02%45.69%-
HSV(B)181.71º26.12%52.55%-
XYZ17.8421.1525.7-
YUV122.95134.24110.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.05%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 134 (52.73% from 255) = 36.61%
R=27.05%
G=36.34%
B=36.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991331340.260.0100.47181.7115.0245.69
Hex6385861A102Fb6f2e
Octal1432052063210572661756
Binary110001110000101100001101101010101111101101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638586; }

 p { color: rgb(99,133,134); }

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

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

 a { background-color: rgb(99,133,134); }

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

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

 span { border-color: rgb(99,133,134); }

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