#65719D

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

Shades of Waikawa Grey #65719D

Tints of Waikawa Grey #65719D

Color information

#65719D (or 0x65719D) is unknown color: approx Waikawa Grey. HEX triplet: 65, 71 and 9D. RGB value is (101,113,157). Sum of RGB (Red+Green+Blue) = 101+113+157=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #65719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65719D is #9A8E62. Grayscale: #727272. Windows color (decimal): -10128995 or 10318181. OLE color: 10318181.

HSL color Cylindrical-coordinate representation of color #65719D: hue angle of 227.14º degrees, saturation: 0.22, 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 #65719D is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101113157-
CMYK0.360.2800.38
HSL227.14º22.22%50.59%-
HSV(B)227.14º35.67%61.57%-
XYZ17.3617.0134.27-
YUV114.43152.02118.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=27.22%
G=30.46%
B=42.32%

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
Decimal1011131570.360.2800.38227.1422.2250.59
Hex65719D241C026e31633
Octal14516123544340463432663
Binary11001011110001100111011001001110001001101110001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65719D; }

 p { color: rgb(101,113,157); }

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

<style>
 a { background-color: #65719D; }

 a { background-color: rgb(101,113,157); }

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

<style>
 span { border-color: #65719D; }

 span { border-color: rgb(101,113,157); }

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