Html Css Color HEX #657273 Nevada

📋 copy color: '#657273'

red 101 ◦ green 114 ◦ blue 115

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

Shades of Nevada #657273

Tints of Nevada #657273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.55%

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

R = 30.61%
G = 34.55%
B = 34.85%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#657273 (or 0x657273) is known color: Nevada. HEX triplet: 65, 72 and 73. RGB value is (101,114,115). Sum of RGB (Red+Green+Blue) = 101+114+115=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 115 - color contains mainly: blue. Hex color #657273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657273 is #9A8D8C. Grayscale: #6E6E6E. Windows color (decimal): -10128781 or 7565925. OLE color: 7565925.

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

Color convert

RGB 101 114 115 -
CMYK 0.12 0.01 0 0.55
HSL 184.29º 0.06% 0.42% -
HSV(B) 184.29º 0.12% 0.45% -
XYZ 14.48 16.04 18.55 -
YUV 110.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 101 114 115 0.12 0.01 0 0.55 184.29 0.06 0.42
Hex 65 72 73 C 1 0 37 B8 6 2A
Octal 145 162 163 14 1 0 67 270 6 52
Binary 1100101 1110010 1110011 1100 1 0 110111 10111000 110 101010

Color Harmonies of #657273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657273

Black with #657273

Text Example


Text Example

White with #657273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657273; }

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

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

background-color css

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

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

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

border-color css

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

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

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