#65888E

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

Shades of Gothic #65888E

Tints of Gothic #65888E

Color information

#65888E (or 0x65888E) is unknown color: approx Gothic. HEX triplet: 65, 88 and 8E. RGB value is (101,136,142). Sum of RGB (Red+Green+Blue) = 101+136+142=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #65888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65888E is #9A7771. Grayscale: #7E7E7E. Windows color (decimal): -10123122 or 9341029. OLE color: 9341029.

HSL color Cylindrical-coordinate representation of color #65888E: hue angle of 188.78º 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 #65888E is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB101136142-
CMYK0.290.0400.44
HSL188.78º16.87%47.65%-
HSV(B)188.78º28.87%55.69%-
XYZ19.0522.3328.9-
YUV126.22136.9110.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=26.65%
G=35.88%
B=37.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011361420.290.0400.44188.7816.8747.65
Hex65888E1D402Cbd1130
Octal1452102163540542752160
Binary110010110001000100011101110110001011001011110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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