Html Css Color HEX #657592 Waikawa Grey

📋 copy color: '#657592'

red 101 ◦ green 117 ◦ blue 146

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

Shades of Waikawa Grey #657592

Tints of Waikawa Grey #657592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.11%

R = 27.75%
G = 32.14%
B = 40.11%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#657592 (or 0x657592) is known color: Waikawa Grey. HEX triplet: 65, 75 and 92. RGB value is (101,117,146). Sum of RGB (Red+Green+Blue) = 101+117+146=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #657592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657592 is #9A8A6D. Grayscale: #737373. Windows color (decimal): -10127982 or 9598309. OLE color: 9598309.

HSL color Cylindrical-coordinate representation of color #657592: hue angle of 218.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #657592 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 117 146 -
CMYK 0.31 0.20 0 0.43
HSL 218.67º 0.18% 0.48% -
HSV(B) 218.67º 0.31% 0.57% -
XYZ 16.92 17.56 29.69 -
YUV 115.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 101 117 146 0.31 0.20 0 0.43 218.67 0.18 0.48
Hex 65 75 92 1F 14 0 2B DB 12 30
Octal 145 165 222 37 24 0 53 333 22 60
Binary 1100101 1110101 10010010 11111 10100 0 101011 11011011 10010 110000

Color Harmonies of #657592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657592

Black with #657592

Text Example


Text Example

White with #657592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657592; }

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

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

background-color css

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

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

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

border-color css

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

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

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