#65A4A5

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

Shades of Cadet Blue #65A4A5

Tints of Cadet Blue #65A4A5

Color information

#65A4A5 (or 0x65A4A5) is unknown color: approx Cadet Blue. HEX triplet: 65, A4 and A5. RGB value is (101,164,165). Sum of RGB (Red+Green+Blue) = 101+164+165=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 165 - color contains mainly: blue. Hex color #65A4A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A4A5 is #9A5B5A. Grayscale: #919191. Windows color (decimal): -10115931 or 10855525. OLE color: 10855525.

HSL color Cylindrical-coordinate representation of color #65A4A5: hue angle of 180.94º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65A4A5 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB101164165-
CMYK0.390.0100.35
HSL180.94º26.23%52.16%-
HSV(B)180.94º38.79%64.71%-
XYZ25.4332.0340.44-
YUV145.28139.1396.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.49%
GREEN value IS 164 (64.45% from 255) = 38.14%
BLUE value IS 165 (64.84% from 255) = 38.37%
R=23.49%
G=38.14%
B=38.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011641650.390.0100.35180.9426.2352.16
Hex65A4A5271023b51a34
Octal1452442454710432653264
Binary11001011010010010100101100111101000111011010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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