#65728B

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

Shades of Waikawa Grey #65728B

Tints of Waikawa Grey #65728B

Color information

#65728B (or 0x65728B) is unknown color: approx Waikawa Grey. HEX triplet: 65, 72 and 8B. RGB value is (101,114,139). Sum of RGB (Red+Green+Blue) = 101+114+139=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #65728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65728B is #9A8D74. Grayscale: #707070. Windows color (decimal): -10128757 or 9138789. OLE color: 9138789.

HSL color Cylindrical-coordinate representation of color #65728B: hue angle of 219.47º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65728B is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101114139-
CMYK0.270.1800.45
HSL219.47º15.83%47.06%-
HSV(B)219.47º27.34%54.51%-
XYZ16.0416.6726.8-
YUV112.96142.69119.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.53%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=28.53%
G=32.20%
B=39.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011141390.270.1800.45219.4715.8347.06
Hex65728B1B1202Ddb102f
Octal14516221333220553332057
Binary1100101111001010001011110111001001011011101101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65728B; }

 p { color: rgb(101,114,139); }

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

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

 a { background-color: rgb(101,114,139); }

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

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

 span { border-color: rgb(101,114,139); }

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