#656272

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

Shades of Dolphin #656272

Tints of Dolphin #656272

Color information

#656272 (or 0x656272) is unknown color: approx Dolphin. HEX triplet: 65, 62 and 72. RGB value is (101,98,114). Sum of RGB (Red+Green+Blue) = 101+98+114=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #656272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656272 is #9A9D8D. Grayscale: #646464. Windows color (decimal): -10132878 or 7496293. OLE color: 7496293.

HSL color Cylindrical-coordinate representation of color #656272: hue angle of 251.25º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #656272 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10198114-
CMYK0.110.1400.55
HSL251.25º7.55%41.57%-
HSV(B)251.25º14.04%44.71%-
XYZ12.7712.7217.7-
YUV100.72135.49128.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 114 (44.92% from 255) = 36.42%
R=32.27%
G=31.31%
B=36.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101981140.110.1400.55251.257.5541.57
Hex656272BE037fb82a
Octal14514216213160673731052
Binary110010111000101110010101111100110111111110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656272; }

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

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

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

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

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

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

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

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