#65759B

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

Shades of Waikawa Grey #65759B

Tints of Waikawa Grey #65759B

Color information

#65759B (or 0x65759B) is unknown color: approx Waikawa Grey. HEX triplet: 65, 75 and 9B. RGB value is (101,117,155). Sum of RGB (Red+Green+Blue) = 101+117+155=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #65759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65759B is #9A8A64. Grayscale: #747474. Windows color (decimal): -10127973 or 10188133. OLE color: 10188133.

HSL color Cylindrical-coordinate representation of color #65759B: hue angle of 222.22º 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 #65759B is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101117155-
CMYK0.350.2500.39
HSL222.22º21.26%50.2%-
HSV(B)222.22º34.84%60.78%-
XYZ17.6417.8633.53-
YUV116.55149.7116.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=27.08%
G=31.37%
B=41.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011171550.350.2500.39222.2221.2650.2
Hex65759B2319027de1532
Octal14516523343310473362562
Binary11001011110101100110111000111100101001111101111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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