#658484

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

Shades of Gothic #658484

Tints of Gothic #658484

Color information

#658484 (or 0x658484) is unknown color: approx Gothic. HEX triplet: 65, 84 and 84. RGB value is (101,132,132). Sum of RGB (Red+Green+Blue) = 101+132+132=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #658484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658484 is #9A7B7B. Grayscale: #7A7A7A. Windows color (decimal): -10124156 or 8684645. OLE color: 8684645.

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

Color convert

RGB101132132-
CMYK0.23000.48
HSL180º13.3%45.69%-
HSV(B)180º23.48%51.76%-
XYZ17.7820.9424.93-
YUV122.73133.23112.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.67%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=27.67%
G=36.16%
B=36.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011321320.23000.4818013.345.69
Hex658484170030b4d2e
Octal1452042042700602641556
Binary110010110000100100001001011100110000101101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658484; }

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

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

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

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

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

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

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

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