Html Css Color HEX #656D85 Waikawa Grey

📋 copy color: '#656D85'

red 101 ◦ green 109 ◦ blue 133

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

Shades of Waikawa Grey #656D85

Tints of Waikawa Grey #656D85

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.78%

 BLUE value IS 133 (52.34% from 255) = 38.78%

R = 29.45%
G = 31.78%
B = 38.78%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#656D85 (or 0x656D85) is known color: Waikawa Grey. HEX triplet: 65, 6D and 85. RGB value is (101,109,133). Sum of RGB (Red+Green+Blue) = 101+109+133=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #656D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656D85 is #9A927A. Grayscale: #6D6D6D. Windows color (decimal): -10130043 or 8744293. OLE color: 8744293.

HSL color Cylindrical-coordinate representation of color #656D85: hue angle of 225º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #656D85 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 109 133 -
CMYK 0.24 0.18 0 0.48
HSL 225º 0.14% 0.46% -
HSV(B) 225º 0.24% 0.52% -
XYZ 15.07 15.4 24.37 -
YUV 109.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 101 109 133 0.24 0.18 0 0.48 225 0.14 0.46
Hex 65 6D 85 18 12 0 30 E1 E 2E
Octal 145 155 205 30 22 0 60 341 16 56
Binary 1100101 1101101 10000101 11000 10010 0 110000 11100001 1110 101110

Color Harmonies of #656D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656D85

Black with #656D85

Text Example


Text Example

White with #656D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656D85; }

 p { color: rgb(101,109,133); }

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

background-color css

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

 a { background-color: rgb(101,109,133); }

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

border-color css

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

 span { border-color: rgb(101,109,133); }

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