#65799A

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

Shades of Waikawa Grey #65799A

Tints of Waikawa Grey #65799A

Color information

#65799A (or 0x65799A) is unknown color: approx Waikawa Grey. HEX triplet: 65, 79 and 9A. RGB value is (101,121,154). Sum of RGB (Red+Green+Blue) = 101+121+154=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #65799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65799A is #9A8665. Grayscale: #767676. Windows color (decimal): -10126950 or 10123621. OLE color: 10123621.

HSL color Cylindrical-coordinate representation of color #65799A: hue angle of 217.36º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65799A is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB101121154-
CMYK0.340.2100.40
HSL217.36º20.78%50%-
HSV(B)217.36º34.42%60.39%-
XYZ18.0418.7733.25-
YUV118.78147.87115.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.86%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=26.86%
G=32.18%
B=40.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011211540.340.2100.40217.3620.7850
Hex65799A2215028d91532
Octal14517123242250503312562
Binary11001011111001100110101000101010101010001101100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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