Html Css Color HEX #54A497 Cadet Blue

📋 copy color: '#54A497'

red 84 ◦ green 164 ◦ blue 151

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

Shades of Cadet Blue #54A497

Tints of Cadet Blue #54A497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.1%

 BLUE value IS 151 (59.38% from 255) = 37.84%

R = 21.05%
G = 41.1%
B = 37.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#54A497 (or 0x54A497) is known color: Cadet Blue. HEX triplet: 54, A4 and 97. RGB value is (84,164,151). Sum of RGB (Red+Green+Blue) = 84+164+151=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #54A497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A497 is #AB5B68. Grayscale: #8A8A8A. Windows color (decimal): -11230057 or 9938004. OLE color: 9938004.

HSL color Cylindrical-coordinate representation of color #54A497: hue angle of 170.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A497 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 164 151 -
CMYK 0.49 0 0.08 0.36
HSL 170.25º 0.32% 0.49% -
HSV(B) 170.25º 0.49% 0.64% -
XYZ 22.52 30.67 34.01 -
YUV 138.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 84 164 151 0.49 0 0.08 0.36 170.25 0.32 0.49
Hex 54 A4 97 31 0 8 24 AA 20 31
Octal 124 244 227 61 0 10 44 252 40 61
Binary 1010100 10100100 10010111 110001 0 1000 100100 10101010 100000 110001

Color Harmonies of #54A497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A497

Black with #54A497

Text Example


Text Example

White with #54A497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A497; }

 p { color: rgb(84,164,151); }

 H1.HeaderClassName
 {
   color: #54A497;
 }
 .AnyTagClassName
 {
   color: #54A497;
 }
</style>

background-color css

<style>
 a { background-color: #54A497; }

 a { background-color: rgb(84,164,151); }

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

border-color css

<style>
 span { border-color: #54A497; }

 span { border-color: rgb(84,164,151); }

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