#656279

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

Shades of Dolphin #656279

Tints of Dolphin #656279

Color information

#656279 (or 0x656279) is unknown color: approx Dolphin. HEX triplet: 65, 62 and 79. RGB value is (101,98,121). Sum of RGB (Red+Green+Blue) = 101+98+121=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 121 - color contains mainly: blue. Hex color #656279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656279 is #9A9D86. Grayscale: #656565. Windows color (decimal): -10132871 or 7955045. OLE color: 7955045.

HSL color Cylindrical-coordinate representation of color #656279: hue angle of 247.83º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #656279 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10198121-
CMYK0.170.1900.53
HSL247.83º10.5%42.94%-
HSV(B)247.83º19.01%47.45%-
XYZ13.1912.8819.88-
YUV101.52138.99127.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 121 (47.66% from 255) = 37.81%
R=31.56%
G=30.62%
B=37.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101981210.170.1900.53247.8310.542.94
Hex6562791113035f8b2b
Octal14514217121230653701353
Binary11001011100010111100110001100110110101111110001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656279; }

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

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

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

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

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

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

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

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