Html Css Color HEX #659896 Cadet Blue

📋 copy color: '#659896'

red 101 ◦ green 152 ◦ blue 150

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

Shades of Cadet Blue #659896

Tints of Cadet Blue #659896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.72%

 BLUE value IS 150 (58.98% from 255) = 37.22%

R = 25.06%
G = 37.72%
B = 37.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#659896 (or 0x659896) is known color: Cadet Blue. HEX triplet: 65, 98 and 96. RGB value is (101,152,150). Sum of RGB (Red+Green+Blue) = 101+152+150=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #659896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659896 is #9A6769. Grayscale: #888888. Windows color (decimal): -10119018 or 9869413. OLE color: 9869413.

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

Color convert

RGB 101 152 150 -
CMYK 0.34 0 0.01 0.40
HSL 177.65º 0.2% 0.5% -
HSV(B) 177.65º 0.34% 0.6% -
XYZ 22.1 27.43 32.98 -
YUV 136.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 101 152 150 0.34 0 0.01 0.40 177.65 0.2 0.5
Hex 65 98 96 22 0 1 28 B2 14 32
Octal 145 230 226 42 0 1 50 262 24 62
Binary 1100101 10011000 10010110 100010 0 1 101000 10110010 10100 110010

Color Harmonies of #659896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659896

Black with #659896

Text Example


Text Example

White with #659896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659896; }

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

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

background-color css

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

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

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

border-color css

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

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

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