#656077

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

Shades of Dolphin #656077

Tints of Dolphin #656077

Color information

#656077 (or 0x656077) is unknown color: approx Dolphin. HEX triplet: 65, 60 and 77. RGB value is (101,96,119). Sum of RGB (Red+Green+Blue) = 101+96+119=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 119 - color contains mainly: blue. Hex color #656077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656077 is #9A9F88. Grayscale: #646464. Windows color (decimal): -10133385 or 7823461. OLE color: 7823461.

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

Color convert

RGB10196119-
CMYK0.150.1900.53
HSL253.04º10.7%42.16%-
HSV(B)253.04º19.33%46.67%-
XYZ12.8812.4619.18-
YUV100.12138.66128.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=31.96%
G=30.38%
B=37.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101961190.150.1900.53253.0410.742.16
Hex656077F13035fdb2a
Octal14514016717230653751352
Binary1100101110000011101111111100110110101111111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656077; }

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

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

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

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

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

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

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

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