Html Css Color HEX #549E9F Cadet Blue

📋 copy color: '#549E9F'

red 84 ◦ green 158 ◦ blue 159

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

Shades of Cadet Blue #549E9F

Tints of Cadet Blue #549E9F

RGB

 RED value IS 84 (33.2% from 255) = 20.95%

 GREEN value IS 158 (62.11% from 255) = 39.4%

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 20.95%
G = 39.4%
B = 39.65%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#549E9F (or 0x549E9F) is known color: Cadet Blue. HEX triplet: 54, 9E and 9F. RGB value is (84,158,159). Sum of RGB (Red+Green+Blue) = 84+158+159=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #549E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549E9F is #AB6160. Grayscale: #878787. Windows color (decimal): -11231585 or 10460756. OLE color: 10460756.

HSL color Cylindrical-coordinate representation of color #549E9F: hue angle of 180.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549E9F is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 158 159 -
CMYK 0.47 0.01 0 0.38
HSL 180.8º 0.31% 0.48% -
HSV(B) 180.8º 0.47% 0.62% -
XYZ 22.14 28.84 37.2 -
YUV 135.99 140.98 90.92 -
System Red Green Blue C M Y K H S L
Decimal 84 158 159 0.47 0.01 0 0.38 180.8 0.31 0.48
Hex 54 9E 9F 2F 1 0 26 B5 1F 30
Octal 124 236 237 57 1 0 46 265 37 60
Binary 1010100 10011110 10011111 101111 1 0 100110 10110101 11111 110000

Color Harmonies of #549E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549E9F

Black with #549E9F

Text Example


Text Example

White with #549E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549E9F; }

 p { color: rgb(84,158,159); }

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

background-color css

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

 a { background-color: rgb(84,158,159); }

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

border-color css

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

 span { border-color: rgb(84,158,159); }

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