Html Css Color HEX #5A9FAD Cadet Blue

📋 copy color: '#5A9FAD'

red 90 ◦ green 159 ◦ blue 173

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

Shades of Cadet Blue #5A9FAD

Tints of Cadet Blue #5A9FAD

RGB

 RED value IS 90 (35.55% from 255) = 21.33%

 GREEN value IS 159 (62.5% from 255) = 37.68%

 BLUE value IS 173 (67.97% from 255) = 41%

R = 21.33%
G = 37.68%
B = 41%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A9FAD (or 0x5A9FAD) is known color: Cadet Blue. HEX triplet: 5A, 9F and AD. RGB value is (90,159,173). Sum of RGB (Red+Green+Blue) = 90+159+173=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A9FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9FAD is #A56052. Grayscale: #8B8B8B. Windows color (decimal): -10838099 or 11378522. OLE color: 11378522.

HSL color Cylindrical-coordinate representation of color #5A9FAD: hue angle of 190.12º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A9FAD is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 159 173 -
CMYK 0.48 0.08 0 0.32
HSL 190.12º 0.34% 0.52% -
HSV(B) 190.12º 0.48% 0.68% -
XYZ 24.16 29.99 44.05 -
YUV 139.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 90 159 173 0.48 0.08 0 0.32 190.12 0.34 0.52
Hex 5A 9F AD 30 8 0 20 BE 22 34
Octal 132 237 255 60 10 0 40 276 42 64
Binary 1011010 10011111 10101101 110000 1000 0 100000 10111110 100010 110100

Color Harmonies of #5A9FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9FAD

Black with #5A9FAD

Text Example


Text Example

White with #5A9FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A9FAD; }

 p { color: rgb(90,159,173); }

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

background-color css

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

 a { background-color: rgb(90,159,173); }

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

border-color css

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

 span { border-color: rgb(90,159,173); }

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