#65838B

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

Shades of Gothic #65838B

Tints of Gothic #65838B

Color information

#65838B (or 0x65838B) is unknown color: approx Gothic. HEX triplet: 65, 83 and 8B. RGB value is (101,131,139). Sum of RGB (Red+Green+Blue) = 101+131+139=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #65838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65838B is #9A7C74. Grayscale: #7A7A7A. Windows color (decimal): -10124405 or 9143141. OLE color: 9143141.

HSL color Cylindrical-coordinate representation of color #65838B: hue angle of 192.63º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65838B is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101131139-
CMYK0.270.0600.45
HSL192.63º15.83%47.06%-
HSV(B)192.63º27.34%54.51%-
XYZ18.1420.8627.5-
YUV122.94137.06112.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=27.22%
G=35.31%
B=37.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011311390.270.0600.45192.6315.8347.06
Hex65838B1B602Dc1102f
Octal1452032133360553012057
Binary110010110000011100010111101111001011011100000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65838B; }

 p { color: rgb(101,131,139); }

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

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

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

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

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

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

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