#656A88

Color #656A88 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #656A88

Tints of Waikawa Grey #656A88

Color information

#656A88 (or 0x656A88) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6A and 88. RGB value is (101,106,136). Sum of RGB (Red+Green+Blue) = 101+106+136=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #656A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656A88 is #9A9577. Grayscale: #6B6B6B. Windows color (decimal): -10130808 or 8940133. OLE color: 8940133.

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

Color convert

RGB101106136-
CMYK0.260.2200.47
HSL231.43º14.77%46.47%-
HSV(B)231.43º25.74%53.33%-
XYZ14.9614.8525.37-
YUV107.92143.84123.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.45%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=29.45%
G=30.90%
B=39.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011061360.260.2200.47231.4314.7746.47
Hex656A881A1602Fe7f2e
Octal14515221032260573471756
Binary110010111010101000100011010101100101111111001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,106,136); }

 H1.HeaderClassName
 {
   color: #656A88;
 }
 .AnyTagClassName
 {
   color: #656A88;
 }
</style>
background-color css

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

 a { background-color: rgb(101,106,136); }

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

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

 span { border-color: rgb(101,106,136); }

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