Html Css Color HEX #5399A9 Cadet Blue

📋 copy color: '#5399A9'

red 83 ◦ green 153 ◦ blue 169

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

Shades of Cadet Blue #5399A9

Tints of Cadet Blue #5399A9

RGB

 RED value IS 83 (32.81% from 255) = 20.49%

 GREEN value IS 153 (60.16% from 255) = 37.78%

 BLUE value IS 169 (66.41% from 255) = 41.73%

R = 20.49%
G = 37.78%
B = 41.73%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5399A9 (or 0x5399A9) is known color: Cadet Blue. HEX triplet: 53, 99 and A9. RGB value is (83,153,169). Sum of RGB (Red+Green+Blue) = 83+153+169=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 169 - color contains mainly: blue. Hex color #5399A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5399A9 is #AC6656. Grayscale: #858585. Windows color (decimal): -11298391 or 11114835. OLE color: 11114835.

HSL color Cylindrical-coordinate representation of color #5399A9: hue angle of 191.16º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5399A9 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 83 153 169 -
CMYK 0.51 0.09 0 0.34
HSL 191.16º 0.34% 0.49% -
HSV(B) 191.16º 0.51% 0.66% -
XYZ 22.12 27.49 41.68 -
YUV 133.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 83 153 169 0.51 0.09 0 0.34 191.16 0.34 0.49
Hex 53 99 A9 33 9 0 22 BF 22 31
Octal 123 231 251 63 11 0 42 277 42 61
Binary 1010011 10011001 10101001 110011 1001 0 100010 10111111 100010 110001

Color Harmonies of #5399A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5399A9

Black with #5399A9

Text Example


Text Example

White with #5399A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5399A9; }

 p { color: rgb(83,153,169); }

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

background-color css

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

 a { background-color: rgb(83,153,169); }

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

border-color css

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

 span { border-color: rgb(83,153,169); }

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