Html Css Color HEX #657589 Waikawa Grey

📋 copy color: '#657589'

red 101 ◦ green 117 ◦ blue 137

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

Shades of Waikawa Grey #657589

Tints of Waikawa Grey #657589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.59%

R = 28.45%
G = 32.96%
B = 38.59%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#657589 (or 0x657589) is known color: Waikawa Grey. HEX triplet: 65, 75 and 89. RGB value is (101,117,137). Sum of RGB (Red+Green+Blue) = 101+117+137=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #657589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657589 is #9A8A76. Grayscale: #727272. Windows color (decimal): -10127991 or 9008485. OLE color: 9008485.

HSL color Cylindrical-coordinate representation of color #657589: hue angle of 213.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #657589 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 117 137 -
CMYK 0.26 0.15 0 0.46
HSL 213.33º 0.15% 0.47% -
HSV(B) 213.33º 0.26% 0.54% -
XYZ 16.24 17.3 26.15 -
YUV 114.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 101 117 137 0.26 0.15 0 0.46 213.33 0.15 0.47
Hex 65 75 89 1A F 0 2E D5 F 2F
Octal 145 165 211 32 17 0 56 325 17 57
Binary 1100101 1110101 10001001 11010 1111 0 101110 11010101 1111 101111

Color Harmonies of #657589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657589

Black with #657589

Text Example


Text Example

White with #657589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657589; }

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

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

background-color css

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

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

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

border-color css

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

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

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