Html Css Color HEX #656175 Dolphin

📋 copy color: '#656175'

red 101 ◦ green 97 ◦ blue 117

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

Shades of Dolphin #656175

Tints of Dolphin #656175

RGB

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

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

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

R = 32.06%
G = 30.79%
B = 37.14%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#656175 (or 0x656175) is known color: Dolphin. HEX triplet: 65, 61 and 75. RGB value is (101,97,117). Sum of RGB (Red+Green+Blue) = 101+97+117=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #656175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656175 is #9A9E8A. Grayscale: #646464. Windows color (decimal): -10133131 or 7692645. OLE color: 7692645.

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

Color convert

RGB 101 97 117 -
CMYK 0.14 0.17 0 0.54
HSL 252º 0.09% 0.42% -
HSV(B) 252º 0.17% 0.46% -
XYZ 12.85 12.6 18.58 -
YUV 100.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 101 97 117 0.14 0.17 0 0.54 252 0.09 0.42
Hex 65 61 75 E 11 0 36 FC 9 2A
Octal 145 141 165 16 21 0 66 374 11 52
Binary 1100101 1100001 1110101 1110 10001 0 110110 11111100 1001 101010

Color Harmonies of #656175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656175

Black with #656175

Text Example


Text Example

White with #656175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656175; }

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

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

background-color css

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

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

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

border-color css

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

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

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