#648588

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

Shades of Gothic #648588

Tints of Gothic #648588

Color information

#648588 (or 0x648588) is unknown color: approx Gothic. HEX triplet: 64, 85 and 88. RGB value is (100,133,136). Sum of RGB (Red+Green+Blue) = 100+133+136=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #648588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648588 is #9B7A77. Grayscale: #7B7B7B. Windows color (decimal): -10189432 or 8947044. OLE color: 8947044.

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

Color convert

RGB100133136-
CMYK0.260.0200.47
HSL185º15.25%46.27%-
HSV(B)185º26.47%53.33%-
XYZ18.0921.2626.44-
YUV123.48135.07111.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 136 (53.52% from 255) = 36.86%
R=27.10%
G=36.04%
B=36.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001331360.260.0200.4718515.2546.27
Hex6485881A202Fb9f2e
Octal1442052103220572711756
Binary1100100100001011000100011010100101111101110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648588; }

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

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

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

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

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

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

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

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