#65858F

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

Shades of Gothic #65858F

Tints of Gothic #65858F

Color information

#65858F (or 0x65858F) is unknown color: approx Gothic. HEX triplet: 65, 85 and 8F. RGB value is (101,133,143). Sum of RGB (Red+Green+Blue) = 101+133+143=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 143 - color contains mainly: blue. Hex color #65858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65858F is #9A7A70. Grayscale: #7C7C7C. Windows color (decimal): -10123889 or 9405797. OLE color: 9405797.

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

Color convert

RGB101133143-
CMYK0.290.0700.44
HSL194.29º17.21%47.84%-
HSV(B)194.29º29.37%56.08%-
XYZ18.7121.5229.16-
YUV124.57138.4111.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.79%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=26.79%
G=35.28%
B=37.93%

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
Decimal1011331430.290.0700.44194.2917.2147.84
Hex65858F1D702Cc21130
Octal1452052173570543022160
Binary110010110000101100011111110111101011001100001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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