#656176

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

Shades of Dolphin #656176

Tints of Dolphin #656176

Color information

#656176 (or 0x656176) is unknown color: approx Dolphin. HEX triplet: 65, 61 and 76. RGB value is (101,97,118). Sum of RGB (Red+Green+Blue) = 101+97+118=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #656176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656176 is #9A9E89. Grayscale: #646464. Windows color (decimal): -10133130 or 7758181. OLE color: 7758181.

HSL color Cylindrical-coordinate representation of color #656176: hue angle of 251.43º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #656176 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10197118-
CMYK0.140.1800.54
HSL251.43º9.77%42.16%-
HSV(B)251.43º17.8%46.27%-
XYZ12.9112.6218.9-
YUV100.59137.83128.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=31.96%
G=30.70%
B=37.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101971180.140.1800.54251.439.7742.16
Hex656176E12036fba2a
Octal14514116616220663731252
Binary1100101110000111101101110100100110110111110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656176; }

 p { color: rgb(101,97,118); }

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

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

 a { background-color: rgb(101,97,118); }

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

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

 span { border-color: rgb(101,97,118); }

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