#65779B

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

Shades of Waikawa Grey #65779B

Tints of Waikawa Grey #65779B

Color information

#65779B (or 0x65779B) is unknown color: approx Waikawa Grey. HEX triplet: 65, 77 and 9B. RGB value is (101,119,155). Sum of RGB (Red+Green+Blue) = 101+119+155=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #65779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65779B is #9A8864. Grayscale: #757575. Windows color (decimal): -10127461 or 10188645. OLE color: 10188645.

HSL color Cylindrical-coordinate representation of color #65779B: hue angle of 220º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65779B is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101119155-
CMYK0.350.2300.39
HSL220º21.26%50.2%-
HSV(B)220º34.84%60.78%-
XYZ17.8818.3333.61-
YUV117.72149.04116.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=26.93%
G=31.73%
B=41.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011191550.350.2300.3922021.2650.2
Hex65779B2317027dc1532
Octal14516723343270473342562
Binary11001011110111100110111000111011101001111101110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,119,155); }

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

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

 a { background-color: rgb(101,119,155); }

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

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

 span { border-color: rgb(101,119,155); }

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