#65989D

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

Shades of Cadet Blue #65989D

Tints of Cadet Blue #65989D

Color information

#65989D (or 0x65989D) is unknown color: approx Cadet Blue. HEX triplet: 65, 98 and 9D. RGB value is (101,152,157). Sum of RGB (Red+Green+Blue) = 101+152+157=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #65989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65989D is #9A6762. Grayscale: #898989. Windows color (decimal): -10119011 or 10328165. OLE color: 10328165.

HSL color Cylindrical-coordinate representation of color #65989D: hue angle of 185.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65989D is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101152157-
CMYK0.360.0300.38
HSL185.36º22.22%50.59%-
HSV(B)185.36º35.67%61.57%-
XYZ22.6827.6636.04-
YUV137.32139.1102.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.63%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=24.63%
G=37.07%
B=38.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011521570.360.0300.38185.3622.2250.59
Hex65989D243026b91633
Octal1452302354430462712663
Binary110010110011000100111011001001101001101011100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65989D; }

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

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

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

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

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

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

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

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