#65729F

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

Shades of Waikawa Grey #65729F

Tints of Waikawa Grey #65729F

Color information

#65729F (or 0x65729F) is unknown color: approx Waikawa Grey. HEX triplet: 65, 72 and 9F. RGB value is (101,114,159). Sum of RGB (Red+Green+Blue) = 101+114+159=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #65729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65729F is #9A8D60. Grayscale: #737373. Windows color (decimal): -10128737 or 10449509. OLE color: 10449509.

HSL color Cylindrical-coordinate representation of color #65729F: hue angle of 226.55º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65729F is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101114159-
CMYK0.360.2800.38
HSL226.55º23.2%50.98%-
HSV(B)226.55º36.48%62.35%-
XYZ17.6417.335.21-
YUV115.24152.69117.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=27.01%
G=30.48%
B=42.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011141590.360.2800.38226.5523.250.98
Hex65729F241C026e31733
Octal14516223744340463432763
Binary11001011110010100111111001001110001001101110001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65729F; }

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

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

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

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

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

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

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

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