Html Css Color HEX #656373 Dolphin

📋 copy color: '#656373'

red 101 ◦ green 99 ◦ blue 115

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

Shades of Dolphin #656373

Tints of Dolphin #656373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 32.06%
G = 31.43%
B = 36.51%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#656373 (or 0x656373) is known color: Dolphin. HEX triplet: 65, 63 and 73. RGB value is (101,99,115). Sum of RGB (Red+Green+Blue) = 101+99+115=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #656373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656373 is #9A9C8C. Grayscale: #656565. Windows color (decimal): -10132621 or 7562085. OLE color: 7562085.

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

Color convert

RGB 101 99 115 -
CMYK 0.12 0.14 0 0.55
HSL 247.5º 0.07% 0.42% -
HSV(B) 247.5º 0.14% 0.45% -
XYZ 12.92 12.93 18.03 -
YUV 101.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 101 99 115 0.12 0.14 0 0.55 247.5 0.07 0.42
Hex 65 63 73 C E 0 37 F8 7 2A
Octal 145 143 163 14 16 0 67 370 7 52
Binary 1100101 1100011 1110011 1100 1110 0 110111 11111000 111 101010

Color Harmonies of #656373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656373

Black with #656373

Text Example


Text Example

White with #656373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656373; }

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

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

background-color css

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

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

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

border-color css

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

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

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