#65888C

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

Shades of Gothic #65888C

Tints of Gothic #65888C

Color information

#65888C (or 0x65888C) is unknown color: approx Gothic. HEX triplet: 65, 88 and 8C. RGB value is (101,136,140). Sum of RGB (Red+Green+Blue) = 101+136+140=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #65888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65888C is #9A7773. Grayscale: #7D7D7D. Windows color (decimal): -10123124 or 9209957. OLE color: 9209957.

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

Color convert

RGB101136140-
CMYK0.280.0300.45
HSL186.15º16.18%47.25%-
HSV(B)186.15º27.86%54.9%-
XYZ18.922.2728.11-
YUV125.99135.9110.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.79%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=26.79%
G=36.07%
B=37.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011361400.280.0300.45186.1516.1847.25
Hex65888C1C302Dba102f
Octal1452102143430552722057
Binary11001011000100010001100111001101011011011101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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