Html Css Color HEX #656176 Dolphin

📋 copy color: '#656176'

red 101 ◦ green 97 ◦ blue 118

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

Shades of Dolphin #656176

Tints of Dolphin #656176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

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

R = 31.96%
G = 30.7%
B = 37.34%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#656176 (or 0x656176) is known color: Dolphin. HEX triplet: 65, 61 and 76. RGB value is (101,97,118). Sum of RGB (Red+Green+Blue) = 101+97+118=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #656176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656176 is #9A9E89. Grayscale: #646464. Windows color (decimal): -10133130 or 7758181. OLE color: 7758181.

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

Color convert

RGB 101 97 118 -
CMYK 0.14 0.18 0 0.54
HSL 251.43º 0.1% 0.42% -
HSV(B) 251.43º 0.18% 0.46% -
XYZ 12.91 12.62 18.9 -
YUV 100.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 101 97 118 0.14 0.18 0 0.54 251.43 0.1 0.42
Hex 65 61 76 E 12 0 36 FB A 2A
Octal 145 141 166 16 22 0 66 373 12 52
Binary 1100101 1100001 1110110 1110 10010 0 110110 11111011 1010 101010

Color Harmonies of #656176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656176

Black with #656176

Text Example


Text Example

White with #656176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656176; }

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

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

background-color css

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

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

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

border-color css

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

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

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