Html Css Color HEX #656273 Dolphin

📋 copy color: '#656273'

red 101 ◦ green 98 ◦ blue 115

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

Shades of Dolphin #656273

Tints of Dolphin #656273

RGB

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

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

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

R = 32.17%
G = 31.21%
B = 36.62%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#656273 (or 0x656273) is known color: Dolphin. HEX triplet: 65, 62 and 73. RGB value is (101,98,115). Sum of RGB (Red+Green+Blue) = 101+98+115=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 115 - color contains mainly: blue. Hex color #656273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656273 is #9A9D8C. Grayscale: #646464. Windows color (decimal): -10132877 or 7561829. OLE color: 7561829.

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

Color convert

RGB 101 98 115 -
CMYK 0.12 0.15 0 0.55
HSL 250.59º 0.08% 0.42% -
HSV(B) 250.59º 0.15% 0.45% -
XYZ 12.83 12.74 18 -
YUV 100.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 101 98 115 0.12 0.15 0 0.55 250.59 0.08 0.42
Hex 65 62 73 C F 0 37 FB 8 2A
Octal 145 142 163 14 17 0 67 373 10 52
Binary 1100101 1100010 1110011 1100 1111 0 110111 11111011 1000 101010

Color Harmonies of #656273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656273

Black with #656273

Text Example


Text Example

White with #656273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656273; }

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

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

background-color css

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

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

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

border-color css

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

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

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