#65858A

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

Shades of Gothic #65858A

Tints of Gothic #65858A

Color information

#65858A (or 0x65858A) is unknown color: approx Gothic. HEX triplet: 65, 85 and 8A. RGB value is (101,133,138). Sum of RGB (Red+Green+Blue) = 101+133+138=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 138 - color contains mainly: blue. Hex color #65858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65858A is #9A7A75. Grayscale: #7B7B7B. Windows color (decimal): -10123894 or 9078117. OLE color: 9078117.

HSL color Cylindrical-coordinate representation of color #65858A: hue angle of 188.11º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65858A is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB101133138-
CMYK0.270.0400.46
HSL188.11º15.48%46.86%-
HSV(B)188.11º26.81%54.12%-
XYZ18.3421.3827.2-
YUV124135.9111.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 133 (52.34% from 255) = 35.75%
BLUE value IS 138 (54.30% from 255) = 37.10%
R=27.15%
G=35.75%
B=37.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011331380.270.0400.46188.1115.4846.86
Hex65858A1B402Ebcf2f
Octal1452052123340562741757
Binary11001011000010110001010110111000101110101111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65858A; }

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

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

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

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

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

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

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

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