#659398

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

Shades of Cadet Blue #659398

Tints of Cadet Blue #659398

Color information

#659398 (or 0x659398) is unknown color: approx Cadet Blue. HEX triplet: 65, 93 and 98. RGB value is (101,147,152). Sum of RGB (Red+Green+Blue) = 101+147+152=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #659398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659398 is #9A6C67. Grayscale: #858585. Windows color (decimal): -10120296 or 9999205. OLE color: 9999205.

HSL color Cylindrical-coordinate representation of color #659398: hue angle of 185.88º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659398 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB101147152-
CMYK0.340.0300.40
HSL185.88º20.16%49.61%-
HSV(B)185.88º33.55%59.61%-
XYZ21.4725.933.57-
YUV133.82138.26104.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.25%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 152 (59.77% from 255) = 38%
R=25.25%
G=36.75%
B=38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011471520.340.0300.40185.8820.1649.61
Hex659398223028ba1432
Octal1452232304230502722462
Binary110010110010011100110001000101101010001011101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659398; }

 p { color: rgb(101,147,152); }

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

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

 a { background-color: rgb(101,147,152); }

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

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

 span { border-color: rgb(101,147,152); }

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