#658585

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

Shades of Gothic #658585

Tints of Gothic #658585

Color information

#658585 (or 0x658585) is unknown color: approx Gothic. HEX triplet: 65, 85 and 85. RGB value is (101,133,133). Sum of RGB (Red+Green+Blue) = 101+133+133=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #658585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658585 is #9A7A7A. Grayscale: #7B7B7B. Windows color (decimal): -10123899 or 8750437. OLE color: 8750437.

HSL color Cylindrical-coordinate representation of color #658585: hue angle of 180º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #658585 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101133133-
CMYK0.24000.48
HSL180º13.68%45.88%-
HSV(B)180º24.06%52.16%-
XYZ17.9921.2425.34-
YUV123.43133.4112-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.52%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 133 (52.34% from 255) = 36.24%
R=27.52%
G=36.24%
B=36.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011331330.24000.4818013.6845.88
Hex658585180030b4e2e
Octal1452052053000602641656
Binary110010110000101100001011100000110000101101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658585; }

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

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

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

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

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

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

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

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