Html Css Color HEX #5A9FAB Cadet Blue

📋 copy color: '#5A9FAB'

red 90 ◦ green 159 ◦ blue 171

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

Shades of Cadet Blue #5A9FAB

Tints of Cadet Blue #5A9FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 21.43%
G = 37.86%
B = 40.71%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A9FAB (or 0x5A9FAB) is known color: Cadet Blue. HEX triplet: 5A, 9F and AB. RGB value is (90,159,171). Sum of RGB (Red+Green+Blue) = 90+159+171=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A9FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9FAB is #A56054. Grayscale: #8B8B8B. Windows color (decimal): -10838101 or 11247450. OLE color: 11247450.

HSL color Cylindrical-coordinate representation of color #5A9FAB: hue angle of 188.89º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A9FAB is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 159 171 -
CMYK 0.47 0.07 0 0.33
HSL 188.89º 0.33% 0.51% -
HSV(B) 188.89º 0.47% 0.67% -
XYZ 23.97 29.91 43.04 -
YUV 139.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 90 159 171 0.47 0.07 0 0.33 188.89 0.33 0.51
Hex 5A 9F AB 2F 7 0 21 BD 21 33
Octal 132 237 253 57 7 0 41 275 41 63
Binary 1011010 10011111 10101011 101111 111 0 100001 10111101 100001 110011

Color Harmonies of #5A9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9FAB

Black with #5A9FAB

Text Example


Text Example

White with #5A9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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