#656076

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

Shades of Dolphin #656076

Tints of Dolphin #656076

Color information

#656076 (or 0x656076) is unknown color: approx Dolphin. HEX triplet: 65, 60 and 76. RGB value is (101,96,118). Sum of RGB (Red+Green+Blue) = 101+96+118=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #656076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656076 is #9A9F89. Grayscale: #636363. Windows color (decimal): -10133386 or 7757925. OLE color: 7757925.

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

Color convert

RGB10196118-
CMYK0.140.1900.54
HSL253.64º10.28%41.96%-
HSV(B)253.64º18.64%46.27%-
XYZ12.8212.4418.87-
YUV100138.16128.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.06%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=32.06%
G=30.48%
B=37.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101961180.140.1900.54253.6410.2841.96
Hex656076E13036fea2a
Octal14514016616230663761252
Binary1100101110000011101101110100110110110111111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656076; }

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

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

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

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

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

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

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

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