#658588

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

Shades of Gothic #658588

Tints of Gothic #658588

Color information

#658588 (or 0x658588) is unknown color: approx Gothic. HEX triplet: 65, 85 and 88. RGB value is (101,133,136). Sum of RGB (Red+Green+Blue) = 101+133+136=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 136 - color contains mainly: blue. Hex color #658588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658588 is #9A7A77. Grayscale: #7B7B7B. Windows color (decimal): -10123896 or 8947045. OLE color: 8947045.

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

Color convert

RGB101133136-
CMYK0.260.0200.47
HSL185.14º14.77%46.47%-
HSV(B)185.14º25.74%53.33%-
XYZ18.221.3226.45-
YUV123.77134.9111.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=27.30%
G=35.95%
B=36.76%

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
Decimal1011331360.260.0200.47185.1414.7746.47
Hex6585881A202Fb9f2e
Octal1452052103220572711756
Binary1100101100001011000100011010100101111101110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658588; }

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

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

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

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

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

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

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

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