Html Css Color HEX #656076 Dolphin

📋 copy color: '#656076'

red 101 ◦ green 96 ◦ blue 118

#656076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #656076

Tints of Dolphin #656076

RGB

 RED value IS 101 (39.84% from 255) = 32.06%

 GREEN value IS 96 (37.89% from 255) = 30.48%

 BLUE value IS 118 (46.48% from 255) = 37.46%

R = 32.06%
G = 30.48%
B = 37.46%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#656076 (or 0x656076) is known color: Dolphin. HEX triplet: 65, 60 and 76. RGB value is (101,96,118). Sum of RGB (Red+Green+Blue) = 101+96+118=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #656076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656076 is #9A9F89. Grayscale: #636363. Windows color (decimal): -10133386 or 7757925. OLE color: 7757925.

HSL color Cylindrical-coordinate representation of color #656076: hue angle of 253.64º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #656076 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 96 118 -
CMYK 0.14 0.19 0 0.54
HSL 253.64º 0.1% 0.42% -
HSV(B) 253.64º 0.19% 0.46% -
XYZ 12.82 12.44 18.87 -
YUV 100 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 101 96 118 0.14 0.19 0 0.54 253.64 0.1 0.42
Hex 65 60 76 E 13 0 36 FE A 2A
Octal 145 140 166 16 23 0 66 376 12 52
Binary 1100101 1100000 1110110 1110 10011 0 110110 11111110 1010 101010

Color Harmonies of #656076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656076

Black with #656076

Text Example


Text Example

White with #656076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656076; }

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

 H1.HeaderClassName
 {
   color: #656076;
 }
 .AnyTagClassName
 {
   color: #656076;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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