#65A5AA

Color #65A5AA Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #65A5AA

Tints of Fountain Blue #65A5AA

Color information

#65A5AA (or 0x65A5AA) is unknown color: approx Fountain Blue. HEX triplet: 65, A5 and AA. RGB value is (101,165,170). Sum of RGB (Red+Green+Blue) = 101+165+170=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #65A5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A5AA is #9A5A55. Grayscale: #929292. Windows color (decimal): -10115670 or 11183461. OLE color: 11183461.

HSL color Cylindrical-coordinate representation of color #65A5AA: hue angle of 184.35º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65A5AA is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101165170-
CMYK0.410.0300.33
HSL184.35º28.87%53.14%-
HSV(B)184.35º40.59%66.67%-
XYZ26.0832.5842.94-
YUV146.43141.395.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.17%
GREEN value IS 165 (64.84% from 255) = 37.84%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=23.17%
G=37.84%
B=38.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011651700.410.0300.33184.3528.8753.14
Hex65A5AA293021b81d35
Octal1452452525130412703565
Binary110010110100101101010101010011101000011011100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A5AA; }

 p { color: rgb(101,165,170); }

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

<style>
 a { background-color: #65A5AA; }

 a { background-color: rgb(101,165,170); }

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

<style>
 span { border-color: #65A5AA; }

 span { border-color: rgb(101,165,170); }

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