Html Css Color HEX #549BA5 Cadet Blue

📋 copy color: '#549BA5'

red 84 ◦ green 155 ◦ blue 165

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

Shades of Cadet Blue #549BA5

Tints of Cadet Blue #549BA5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.37%

 BLUE value IS 165 (64.84% from 255) = 40.84%

R = 20.79%
G = 38.37%
B = 40.84%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#549BA5 (or 0x549BA5) is known color: Cadet Blue. HEX triplet: 54, 9B and A5. RGB value is (84,155,165). Sum of RGB (Red+Green+Blue) = 84+155+165=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 165 - color contains mainly: blue. Hex color #549BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549BA5 is #AB645A. Grayscale: #868686. Windows color (decimal): -11232347 or 10853204. OLE color: 10853204.

HSL color Cylindrical-coordinate representation of color #549BA5: hue angle of 187.41º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #549BA5 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 155 165 -
CMYK 0.49 0.06 0 0.35
HSL 187.41º 0.33% 0.49% -
HSV(B) 187.41º 0.49% 0.65% -
XYZ 22.17 28.04 39.84 -
YUV 134.91 144.98 91.69 -
System Red Green Blue C M Y K H S L
Decimal 84 155 165 0.49 0.06 0 0.35 187.41 0.33 0.49
Hex 54 9B A5 31 6 0 23 BB 21 31
Octal 124 233 245 61 6 0 43 273 41 61
Binary 1010100 10011011 10100101 110001 110 0 100011 10111011 100001 110001

Color Harmonies of #549BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549BA5

Black with #549BA5

Text Example


Text Example

White with #549BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,155,165); }

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

background-color css

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

 a { background-color: rgb(84,155,165); }

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

border-color css

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

 span { border-color: rgb(84,155,165); }

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