#65848B

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

Shades of Gothic #65848B

Tints of Gothic #65848B

Color information

#65848B (or 0x65848B) is unknown color: approx Gothic. HEX triplet: 65, 84 and 8B. RGB value is (101,132,139). Sum of RGB (Red+Green+Blue) = 101+132+139=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #65848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65848B is #9A7B74. Grayscale: #7B7B7B. Windows color (decimal): -10124149 or 9143397. OLE color: 9143397.

HSL color Cylindrical-coordinate representation of color #65848B: hue angle of 191.05º 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 #65848B is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101132139-
CMYK0.270.0500.45
HSL191.05º15.83%47.06%-
HSV(B)191.05º27.34%54.51%-
XYZ18.2821.1327.54-
YUV123.53136.73111.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=27.15%
G=35.48%
B=37.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011321390.270.0500.45191.0515.8347.06
Hex65848B1B502Dbf102f
Octal1452042133350552772057
Binary110010110000100100010111101110101011011011111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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