Html Css Color HEX #659D98 Cadet Blue

📋 copy color: '#659D98'

red 101 ◦ green 157 ◦ blue 152

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

Shades of Cadet Blue #659D98

Tints of Cadet Blue #659D98

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.29%

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 24.63%
G = 38.29%
B = 37.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#659D98 (or 0x659D98) is known color: Cadet Blue. HEX triplet: 65, 9D and 98. RGB value is (101,157,152). Sum of RGB (Red+Green+Blue) = 101+157+152=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 157 - color contains mainly: green. Hex color #659D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659D98 is #9A6267. Grayscale: #8B8B8B. Windows color (decimal): -10117736 or 10001765. OLE color: 10001765.

HSL color Cylindrical-coordinate representation of color #659D98: hue angle of 174.64º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659D98 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 157 152 -
CMYK 0.36 0 0.03 0.38
HSL 174.64º 0.22% 0.51% -
HSV(B) 174.64º 0.36% 0.62% -
XYZ 23.09 29.15 34.11 -
YUV 139.69 134.95 100.41 -
System Red Green Blue C M Y K H S L
Decimal 101 157 152 0.36 0 0.03 0.38 174.64 0.22 0.51
Hex 65 9D 98 24 0 3 26 AF 16 33
Octal 145 235 230 44 0 3 46 257 26 63
Binary 1100101 10011101 10011000 100100 0 11 100110 10101111 10110 110011

Color Harmonies of #659D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659D98

Black with #659D98

Text Example


Text Example

White with #659D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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