#638587

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

Shades of Gothic #638587

Tints of Gothic #638587

Color information

#638587 (or 0x638587) is unknown color: approx Gothic. HEX triplet: 63, 85 and 87. RGB value is (99,133,135). Sum of RGB (Red+Green+Blue) = 99+133+135=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #638587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638587 is #9C7A78. Grayscale: #7B7B7B. Windows color (decimal): -10254969 or 8881507. OLE color: 8881507.

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

Color convert

RGB99133135-
CMYK0.270.0100.47
HSL183.33º15.38%45.88%-
HSV(B)183.33º26.67%52.94%-
XYZ17.9121.1826.07-
YUV123.06134.74110.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.98%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 135 (53.12% from 255) = 36.78%
R=26.98%
G=36.24%
B=36.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991331350.270.0100.47183.3315.3845.88
Hex6385871B102Fb7f2e
Octal1432052073310572671756
Binary110001110000101100001111101110101111101101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638587; }

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

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

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

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

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

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

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

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