#65888F

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

Shades of Gothic #65888F

Tints of Gothic #65888F

Color information

#65888F (or 0x65888F) is unknown color: approx Gothic. HEX triplet: 65, 88 and 8F. RGB value is (101,136,143). Sum of RGB (Red+Green+Blue) = 101+136+143=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 143 - color contains mainly: blue. Hex color #65888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65888F is #9A7770. Grayscale: #7E7E7E. Windows color (decimal): -10123121 or 9406565. OLE color: 9406565.

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

Color convert

RGB101136143-
CMYK0.290.0500.44
HSL190º17.21%47.84%-
HSV(B)190º29.37%56.08%-
XYZ19.1322.3629.29-
YUV126.33137.4109.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 136 (53.52% from 255) = 35.79%
BLUE value IS 143 (56.25% from 255) = 37.63%
R=26.58%
G=35.79%
B=37.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011361430.290.0500.4419017.2147.84
Hex65888F1D502Cbe1130
Octal1452102173550542762160
Binary110010110001000100011111110110101011001011111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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