Html Css Color HEX #657597 Waikawa Grey

📋 copy color: '#657597'

red 101 ◦ green 117 ◦ blue 151

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

Shades of Waikawa Grey #657597

Tints of Waikawa Grey #657597

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.71%

 BLUE value IS 151 (59.38% from 255) = 40.92%

R = 27.37%
G = 31.71%
B = 40.92%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#657597 (or 0x657597) is known color: Waikawa Grey. HEX triplet: 65, 75 and 97. RGB value is (101,117,151). Sum of RGB (Red+Green+Blue) = 101+117+151=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #657597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657597 is #9A8A68. Grayscale: #737373. Windows color (decimal): -10127977 or 9925989. OLE color: 9925989.

HSL color Cylindrical-coordinate representation of color #657597: hue angle of 220.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #657597 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 117 151 -
CMYK 0.33 0.23 0 0.41
HSL 220.8º 0.2% 0.49% -
HSV(B) 220.8º 0.33% 0.59% -
XYZ 17.31 17.72 31.79 -
YUV 116.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 101 117 151 0.33 0.23 0 0.41 220.8 0.2 0.49
Hex 65 75 97 21 17 0 29 DD 14 31
Octal 145 165 227 41 27 0 51 335 24 61
Binary 1100101 1110101 10010111 100001 10111 0 101001 11011101 10100 110001

Color Harmonies of #657597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657597

Black with #657597

Text Example


Text Example

White with #657597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657597; }

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

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

background-color css

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

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

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

border-color css

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

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

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