#656373

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

Shades of Dolphin #656373

Tints of Dolphin #656373

Color information

#656373 (or 0x656373) is unknown color: approx Dolphin. HEX triplet: 65, 63 and 73. RGB value is (101,99,115). Sum of RGB (Red+Green+Blue) = 101+99+115=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #656373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656373 is #9A9C8C. Grayscale: #656565. Windows color (decimal): -10132621 or 7562085. OLE color: 7562085.

HSL color Cylindrical-coordinate representation of color #656373: hue angle of 247.5º degrees, saturation: 0.07, 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 #656373 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10199115-
CMYK0.120.1400.55
HSL247.5º7.48%41.96%-
HSV(B)247.5º13.91%45.1%-
XYZ12.9212.9318.03-
YUV101.42135.66127.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.06%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=32.06%
G=31.43%
B=36.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101991150.120.1400.55247.57.4841.96
Hex656373CE037f872a
Octal1451431631416067370752
Binary11001011100011111001111001110011011111111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656373; }

 p { color: rgb(101,99,115); }

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

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

 a { background-color: rgb(101,99,115); }

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

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

 span { border-color: rgb(101,99,115); }

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