#648587

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

Shades of Gothic #648587

Tints of Gothic #648587

Color information

#648587 (or 0x648587) is unknown color: approx Gothic. HEX triplet: 64, 85 and 87. RGB value is (100,133,135). Sum of RGB (Red+Green+Blue) = 100+133+135=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 135 - color contains mainly: blue. Hex color #648587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648587 is #9B7A78. Grayscale: #7B7B7B. Windows color (decimal): -10189433 or 8881508. OLE color: 8881508.

HSL color Cylindrical-coordinate representation of color #648587: hue angle of 183.43º 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 #648587 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB100133135-
CMYK0.260.0100.47
HSL183.43º14.89%46.08%-
HSV(B)183.43º25.93%52.94%-
XYZ18.0221.2326.07-
YUV123.36134.57111.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=27.17%
G=36.14%
B=36.68%

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
Decimal1001331350.260.0100.47183.4314.8946.08
Hex6485871A102Fb7f2e
Octal1442052073210572671756
Binary110010010000101100001111101010101111101101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648587; }

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

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

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

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

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

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

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

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