Html Css Color HEX #656371 Dolphin

📋 copy color: '#656371'

red 101 ◦ green 99 ◦ blue 113

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

Shades of Dolphin #656371

Tints of Dolphin #656371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

 BLUE value IS 113 (44.53% from 255) = 36.1%

R = 32.27%
G = 31.63%
B = 36.1%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#656371 (or 0x656371) is known color: Dolphin. HEX triplet: 65, 63 and 71. RGB value is (101,99,113). Sum of RGB (Red+Green+Blue) = 101+99+113=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 113 - color contains mainly: blue. Hex color #656371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656371 is #9A9C8E. Grayscale: #656565. Windows color (decimal): -10132623 or 7431013. OLE color: 7431013.

HSL color Cylindrical-coordinate representation of color #656371: hue angle of 248.57º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #656371 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 99 113 -
CMYK 0.11 0.12 0 0.56
HSL 248.57º 0.07% 0.42% -
HSV(B) 248.57º 0.12% 0.44% -
XYZ 12.81 12.88 17.43 -
YUV 101.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 101 99 113 0.11 0.12 0 0.56 248.57 0.07 0.42
Hex 65 63 71 B C 0 38 F9 7 2A
Octal 145 143 161 13 14 0 70 371 7 52
Binary 1100101 1100011 1110001 1011 1100 0 111000 11111001 111 101010

Color Harmonies of #656371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656371

Black with #656371

Text Example


Text Example

White with #656371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656371; }

 p { color: rgb(101,99,113); }

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

background-color css

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

 a { background-color: rgb(101,99,113); }

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

border-color css

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

 span { border-color: rgb(101,99,113); }

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