#65758A

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

Shades of Waikawa Grey #65758A

Tints of Waikawa Grey #65758A

Color information

#65758A (or 0x65758A) is unknown color: approx Waikawa Grey. HEX triplet: 65, 75 and 8A. RGB value is (101,117,138). Sum of RGB (Red+Green+Blue) = 101+117+138=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #65758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65758A is #9A8A75. Grayscale: #727272. Windows color (decimal): -10127990 or 9074021. OLE color: 9074021.

HSL color Cylindrical-coordinate representation of color #65758A: hue angle of 214.05º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65758A is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB101117138-
CMYK0.270.1500.46
HSL214.05º15.48%46.86%-
HSV(B)214.05º26.81%54.12%-
XYZ16.3217.3226.53-
YUV114.61141.2118.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.37%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=28.37%
G=32.87%
B=38.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011171380.270.1500.46214.0515.4846.86
Hex65758A1BF02Ed6f2f
Octal14516521233170563261757
Binary11001011110101100010101101111110101110110101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,117,138); }

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

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

 a { background-color: rgb(101,117,138); }

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

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

 span { border-color: rgb(101,117,138); }

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