Html Css Color HEX #659599 Cadet Blue

📋 copy color: '#659599'

red 101 ◦ green 149 ◦ blue 153

#659599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #659599

Tints of Cadet Blue #659599

RGB

 RED value IS 101 (39.84% from 255) = 25.06%

 GREEN value IS 149 (58.59% from 255) = 36.97%

 BLUE value IS 153 (60.16% from 255) = 37.97%

R = 25.06%
G = 36.97%
B = 37.97%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#659599 (or 0x659599) is known color: Cadet Blue. HEX triplet: 65, 95 and 99. RGB value is (101,149,153). Sum of RGB (Red+Green+Blue) = 101+149+153=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #659599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659599 is #9A6A66. Grayscale: #878787. Windows color (decimal): -10119783 or 10065253. OLE color: 10065253.

HSL color Cylindrical-coordinate representation of color #659599: hue angle of 184.62º 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 #659599 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 149 153 -
CMYK 0.34 0.03 0 0.4
HSL 184.62º 0.2% 0.5% -
HSV(B) 184.62º 0.34% 0.6% -
XYZ 21.86 26.56 34.11 -
YUV 135.1 138.1 103.67 -
System Red Green Blue C M Y K H S L
Decimal 101 149 153 0.34 0.03 0 0.4 184.62 0.2 0.5
Hex 65 95 99 22 3 0 28 B9 14 32
Octal 145 225 231 42 3 0 50 271 24 62
Binary 1100101 10010101 10011001 100010 11 0 101000 10111001 10100 110010

Color Harmonies of #659599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659599

Black with #659599

Text Example


Text Example

White with #659599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659599; }

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

 H1.HeaderClassName
 {
   color: #659599;
 }
 .AnyTagClassName
 {
   color: #659599;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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