Html Css Color HEX #659495 Cadet Blue

📋 copy color: '#659495'

red 101 ◦ green 148 ◦ blue 149

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

Shades of Cadet Blue #659495

Tints of Cadet Blue #659495

RGB

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

 GREEN value IS 148 (58.2% 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 value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#659495 (or 0x659495) is known color: 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

RGB 101 148 149 -
CMYK 0.32 0.01 0 0.42
HSL 181.25º 0.19% 0.49% -
HSV(B) 181.25º 0.32% 0.58% -
XYZ 21.38 26.12 32.35 -
YUV 134.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 101 148 149 0.32 0.01 0 0.42 181.25 0.19 0.49
Hex 65 94 95 20 1 0 2A B5 13 31
Octal 145 224 225 40 1 0 52 265 23 61
Binary 1100101 10010100 10010101 100000 1 0 101010 10110101 10011 110001

Color Harmonies of #659495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659495

Black with #659495

Text Example


Text Example

White with #659495

Text Example


Text Example

HTML Codes & Css Web 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>