#659495

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

Shades of Cadet Blue #659495

Tints of Cadet Blue #659495

Color information

#659495 (or 0x659495) is unknown color: approx Cadet Blue. HEX triplet: 65, 94 and 95. RGB value is (101,148,149). Sum of RGB (Red+Green+Blue) = 101+148+149=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #659495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659495 is #9A6B6A. Grayscale: #868686. Windows color (decimal): -10120043 or 9802853. OLE color: 9802853.

HSL color Cylindrical-coordinate representation of color #659495: hue angle of 181.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #659495 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB101148149-
CMYK0.320.0100.42
HSL181.25º19.2%49.02%-
HSV(B)181.25º32.21%58.43%-
XYZ21.3826.1232.35-
YUV134.06136.43104.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=25.38%
G=37.19%
B=37.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011481490.320.0100.42181.2519.249.02
Hex65949520102Ab51331
Octal1452242254010522652361
Binary11001011001010010010101100000101010101011010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659495; }

 p { color: rgb(101,148,149); }

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

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

 a { background-color: rgb(101,148,149); }

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

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

 span { border-color: rgb(101,148,149); }

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