#65708E

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

Shades of Waikawa Grey #65708E

Tints of Waikawa Grey #65708E

Color information

#65708E (or 0x65708E) is unknown color: approx Waikawa Grey. HEX triplet: 65, 70 and 8E. RGB value is (101,112,142). Sum of RGB (Red+Green+Blue) = 101+112+142=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #65708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65708E is #9A8F71. Grayscale: #707070. Windows color (decimal): -10129266 or 9334885. OLE color: 9334885.

HSL color Cylindrical-coordinate representation of color #65708E: hue angle of 223.9º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65708E is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB101112142-
CMYK0.290.2100.44
HSL223.9º16.87%47.65%-
HSV(B)223.9º28.87%55.69%-
XYZ16.0416.3127.89-
YUV112.13144.86120.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.45%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 142 (55.86% from 255) = 40%
R=28.45%
G=31.55%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011121420.290.2100.44223.916.8747.65
Hex65708E1D1502Ce01130
Octal14516021635250543402160
Binary1100101111000010001110111011010101011001110000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,112,142); }

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

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

 a { background-color: rgb(101,112,142); }

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

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

 span { border-color: rgb(101,112,142); }

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