Html Css Color HEX #659497 Cadet Blue

📋 copy color: '#659497'

red 101 ◦ green 148 ◦ blue 151

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

Shades of Cadet Blue #659497

Tints of Cadet Blue #659497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 25.25%
G = 37%
B = 37.75%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#659497 (or 0x659497) is known color: Cadet Blue. HEX triplet: 65, 94 and 97. RGB value is (101,148,151). Sum of RGB (Red+Green+Blue) = 101+148+151=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 151 - color contains mainly: blue. Hex color #659497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659497 is #9A6B68. Grayscale: #868686. Windows color (decimal): -10120041 or 9933925. OLE color: 9933925.

HSL color Cylindrical-coordinate representation of color #659497: hue angle of 183.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659497 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 148 151 -
CMYK 0.33 0.02 0 0.41
HSL 183.6º 0.2% 0.49% -
HSV(B) 183.6º 0.33% 0.59% -
XYZ 21.54 26.18 33.2 -
YUV 134.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 101 148 151 0.33 0.02 0 0.41 183.6 0.2 0.49
Hex 65 94 97 21 2 0 29 B8 14 31
Octal 145 224 227 41 2 0 51 270 24 61
Binary 1100101 10010100 10010111 100001 10 0 101001 10111000 10100 110001

Color Harmonies of #659497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659497

Black with #659497

Text Example


Text Example

White with #659497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659497; }

 p { color: rgb(101,148,151); }

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

background-color css

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

 a { background-color: rgb(101,148,151); }

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

border-color css

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

 span { border-color: rgb(101,148,151); }

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