Html Css Color HEX #656275 Dolphin

📋 copy color: '#656275'

red 101 ◦ green 98 ◦ blue 117

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

Shades of Dolphin #656275

Tints of Dolphin #656275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 31.96%
G = 31.01%
B = 37.03%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#656275 (or 0x656275) is known color: Dolphin. HEX triplet: 65, 62 and 75. RGB value is (101,98,117). Sum of RGB (Red+Green+Blue) = 101+98+117=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #656275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656275 is #9A9D8A. Grayscale: #646464. Windows color (decimal): -10132875 or 7692901. OLE color: 7692901.

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

Color convert

RGB 101 98 117 -
CMYK 0.14 0.16 0 0.54
HSL 249.47º 0.09% 0.42% -
HSV(B) 249.47º 0.16% 0.46% -
XYZ 12.95 12.79 18.62 -
YUV 101.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 101 98 117 0.14 0.16 0 0.54 249.47 0.09 0.42
Hex 65 62 75 E 10 0 36 F9 9 2A
Octal 145 142 165 16 20 0 66 371 11 52
Binary 1100101 1100010 1110101 1110 10000 0 110110 11111001 1001 101010

Color Harmonies of #656275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656275

Black with #656275

Text Example


Text Example

White with #656275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656275; }

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

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

background-color css

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

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

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

border-color css

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

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

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