#656271

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

Shades of Dolphin #656271

Tints of Dolphin #656271

Color information

#656271 (or 0x656271) is unknown color: approx Dolphin. HEX triplet: 65, 62 and 71. RGB value is (101,98,113). Sum of RGB (Red+Green+Blue) = 101+98+113=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 113 - color contains mainly: blue. Hex color #656271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656271 is #9A9D8E. Grayscale: #646464. Windows color (decimal): -10132879 or 7430757. OLE color: 7430757.

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

Color convert

RGB10198113-
CMYK0.110.1300.56
HSL252º7.11%41.37%-
HSV(B)252º13.27%44.31%-
XYZ12.7212.6917.4-
YUV100.61134.99128.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=32.37%
G=31.41%
B=36.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101981130.110.1300.562527.1141.37
Hex656271BD038fc729
Octal1451421611315070374751
Binary11001011100010111000110111101011100011111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656271; }

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

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

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

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

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

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

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

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