#65799E

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

Shades of Waikawa Grey #65799E

Tints of Waikawa Grey #65799E

Color information

#65799E (or 0x65799E) is unknown color: approx Waikawa Grey. HEX triplet: 65, 79 and 9E. RGB value is (101,121,158). Sum of RGB (Red+Green+Blue) = 101+121+158=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #65799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65799E is #9A8661. Grayscale: #777777. Windows color (decimal): -10126946 or 10385765. OLE color: 10385765.

HSL color Cylindrical-coordinate representation of color #65799E: hue angle of 218.95º 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 #65799E is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101121158-
CMYK0.360.2300.38
HSL218.95º22.71%50.78%-
HSV(B)218.95º36.08%61.96%-
XYZ18.3818.9135.03-
YUV119.24149.87114.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=26.58%
G=31.84%
B=41.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011211580.360.2300.38218.9522.7150.78
Hex65799E2417026db1733
Octal14517123644270463332763
Binary11001011111001100111101001001011101001101101101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65799E; }

 p { color: rgb(101,121,158); }

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

<style>
 a { background-color: #65799E; }

 a { background-color: rgb(101,121,158); }

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

<style>
 span { border-color: #65799E; }

 span { border-color: rgb(101,121,158); }

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