Html Css Color HEX #659398 Cadet Blue

📋 copy color: '#659398'

red 101 ◦ green 147 ◦ blue 152

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

Shades of Cadet Blue #659398

Tints of Cadet Blue #659398

RGB

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

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

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

R = 25.25%
G = 36.75%
B = 38%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#659398 (or 0x659398) is known color: Cadet Blue. HEX triplet: 65, 93 and 98. RGB value is (101,147,152). Sum of RGB (Red+Green+Blue) = 101+147+152=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #659398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659398 is #9A6C67. Grayscale: #858585. Windows color (decimal): -10120296 or 9999205. OLE color: 9999205.

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

Color convert

RGB 101 147 152 -
CMYK 0.34 0.03 0 0.40
HSL 185.88º 0.2% 0.5% -
HSV(B) 185.88º 0.34% 0.6% -
XYZ 21.47 25.9 33.57 -
YUV 133.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 101 147 152 0.34 0.03 0 0.40 185.88 0.2 0.5
Hex 65 93 98 22 3 0 28 BA 14 32
Octal 145 223 230 42 3 0 50 272 24 62
Binary 1100101 10010011 10011000 100010 11 0 101000 10111010 10100 110010

Color Harmonies of #659398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659398

Black with #659398

Text Example


Text Example

White with #659398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659398; }

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

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

background-color css

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

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

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

border-color css

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

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

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