#65848E

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

Shades of Gothic #65848E

Tints of Gothic #65848E

Color information

#65848E (or 0x65848E) is unknown color: approx Gothic. HEX triplet: 65, 84 and 8E. RGB value is (101,132,142). Sum of RGB (Red+Green+Blue) = 101+132+142=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #65848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65848E is #9A7B71. Grayscale: #7B7B7B. Windows color (decimal): -10124146 or 9340005. OLE color: 9340005.

HSL color Cylindrical-coordinate representation of color #65848E: hue angle of 194.63º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65848E is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB101132142-
CMYK0.290.0700.44
HSL194.63º16.87%47.65%-
HSV(B)194.63º28.87%55.69%-
XYZ18.521.2228.71-
YUV123.87138.23111.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=26.93%
G=35.2%
B=37.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011321420.290.0700.44194.6316.8747.65
Hex65848E1D702Cc31130
Octal1452042163570543032160
Binary110010110000100100011101110111101011001100001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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