#656278

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

Shades of Dolphin #656278

Tints of Dolphin #656278

Color information

#656278 (or 0x656278) is unknown color: approx Dolphin. HEX triplet: 65, 62 and 78. RGB value is (101,98,120). Sum of RGB (Red+Green+Blue) = 101+98+120=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #656278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656278 is #9A9D87. Grayscale: #656565. Windows color (decimal): -10132872 or 7889509. OLE color: 7889509.

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

Color convert

RGB10198120-
CMYK0.160.1800.53
HSL248.18º10.09%42.75%-
HSV(B)248.18º18.33%47.06%-
XYZ13.1212.8619.56-
YUV101.4138.49127.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=31.66%
G=30.72%
B=37.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101981200.160.1800.53248.1810.0942.75
Hex6562781012035f8a2b
Octal14514217020220653701253
Binary11001011100010111100010000100100110101111110001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656278; }

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

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

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

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

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

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

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

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