Html Css Color HEX #659395 Cadet Blue

📋 copy color: '#659395'

red 101 ◦ green 147 ◦ blue 149

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

Shades of Cadet Blue #659395

Tints of Cadet Blue #659395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.03%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 25.44%
G = 37.03%
B = 37.53%

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

#659395 (or 0x659395) is known color: Cadet Blue. HEX triplet: 65, 93 and 95. RGB value is (101,147,149). Sum of RGB (Red+Green+Blue) = 101+147+149=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #659395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659395 is #9A6C6A. Grayscale: #858585. Windows color (decimal): -10120299 or 9802597. OLE color: 9802597.

HSL color Cylindrical-coordinate representation of color #659395: hue angle of 182.5º 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 #659395 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 147 149 -
CMYK 0.32 0.01 0 0.42
HSL 182.5º 0.19% 0.49% -
HSV(B) 182.5º 0.32% 0.58% -
XYZ 21.23 25.8 32.3 -
YUV 133.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 101 147 149 0.32 0.01 0 0.42 182.5 0.19 0.49
Hex 65 93 95 20 1 0 2A B6 13 31
Octal 145 223 225 40 1 0 52 266 23 61
Binary 1100101 10010011 10010101 100000 1 0 101010 10110110 10011 110001

Color Harmonies of #659395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659395

Black with #659395

Text Example


Text Example

White with #659395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659395; }

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

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

background-color css

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

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

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

border-color css

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

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

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