#65738B

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

Shades of Waikawa Grey #65738B

Tints of Waikawa Grey #65738B

Color information

#65738B (or 0x65738B) is unknown color: approx Waikawa Grey. HEX triplet: 65, 73 and 8B. RGB value is (101,115,139). Sum of RGB (Red+Green+Blue) = 101+115+139=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #65738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65738B is #9A8C74. Grayscale: #717171. Windows color (decimal): -10128501 or 9139045. OLE color: 9139045.

HSL color Cylindrical-coordinate representation of color #65738B: hue angle of 217.89º 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 #65738B is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101115139-
CMYK0.270.1700.45
HSL217.89º15.83%47.06%-
HSV(B)217.89º27.34%54.51%-
XYZ16.1616.8926.84-
YUV113.55142.36119.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.45%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=28.45%
G=32.39%
B=39.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011151390.270.1700.45217.8915.8347.06
Hex65738B1B1102Dda102f
Octal14516321333210553322057
Binary1100101111001110001011110111000101011011101101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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