#656277

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

Shades of Dolphin #656277

Tints of Dolphin #656277

Color information

#656277 (or 0x656277) is unknown color: approx Dolphin. HEX triplet: 65, 62 and 77. RGB value is (101,98,119). Sum of RGB (Red+Green+Blue) = 101+98+119=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #656277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656277 is #9A9D88. Grayscale: #656565. Windows color (decimal): -10132873 or 7823973. OLE color: 7823973.

HSL color Cylindrical-coordinate representation of color #656277: hue angle of 248.57º 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 #656277 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10198119-
CMYK0.150.1800.53
HSL248.57º9.68%42.55%-
HSV(B)248.57º17.65%46.67%-
XYZ13.0612.8319.24-
YUV101.29137.99127.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=31.76%
G=30.82%
B=37.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101981190.150.1800.53248.579.6842.55
Hex656277F12035f9a2b
Octal14514216717220653711253
Binary1100101110001011101111111100100110101111110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656277; }

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

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

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

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

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

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

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

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