#659B98

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

Shades of Cadet Blue #659B98

Tints of Cadet Blue #659B98

Color information

#659B98 (or 0x659B98) is unknown color: approx Cadet Blue. HEX triplet: 65, 9B and 98. RGB value is (101,155,152). Sum of RGB (Red+Green+Blue) = 101+155+152=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #659B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659B98 is #9A6467. Grayscale: #8A8A8A. Windows color (decimal): -10118248 or 10001253. OLE color: 10001253.

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

Color convert

RGB101155152-
CMYK0.3500.020.39
HSL176.67º21.26%50.2%-
HSV(B)176.67º34.84%60.78%-
XYZ22.7628.4834-
YUV138.51135.61101.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.75%
GREEN value IS 155 (60.94% from 255) = 37.99%
BLUE value IS 152 (59.77% from 255) = 37.25%
R=24.75%
G=37.99%
B=37.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011551520.3500.020.39176.6721.2650.2
Hex659B98230227b11532
Octal1452332304302472612562
Binary110010110011011100110001000110101001111011000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659B98; }

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

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

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

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

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

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

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

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