#656371

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

Shades of Dolphin #656371

Tints of Dolphin #656371

Color information

#656371 (or 0x656371) is unknown color: approx Dolphin. HEX triplet: 65, 63 and 71. RGB value is (101,99,113). Sum of RGB (Red+Green+Blue) = 101+99+113=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 113 - color contains mainly: blue. Hex color #656371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656371 is #9A9C8E. Grayscale: #656565. Windows color (decimal): -10132623 or 7431013. OLE color: 7431013.

HSL color Cylindrical-coordinate representation of color #656371: hue angle of 248.57º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #656371 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10199113-
CMYK0.110.1200.56
HSL248.57º6.6%41.57%-
HSV(B)248.57º12.39%44.31%-
XYZ12.8112.8817.43-
YUV101.19134.66127.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=32.27%
G=31.63%
B=36.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101991130.110.1200.56248.576.641.57
Hex656371BC038f972a
Octal1451431611314070371752
Binary11001011100011111000110111100011100011111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656371; }

 p { color: rgb(101,99,113); }

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

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

 a { background-color: rgb(101,99,113); }

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

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

 span { border-color: rgb(101,99,113); }

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