#549B98

Color #549B98 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #549B98

Tints of Cadet Blue #549B98

Color information

#549B98 (or 0x549B98) is unknown color: approx Cadet Blue. HEX triplet: 54, 9B and 98. RGB value is (84,155,152). Sum of RGB (Red+Green+Blue) = 84+155+152=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 155 - color contains mainly: green. Hex color #549B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549B98 is #AB6467. Grayscale: #858585. Windows color (decimal): -11232360 or 10001236. OLE color: 10001236.

HSL color Cylindrical-coordinate representation of color #549B98: hue angle of 177.46º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549B98 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB84155152-
CMYK0.4600.020.39
HSL177.46º29.71%46.86%-
HSV(B)177.46º45.81%60.78%-
XYZ21.0527.5933.92-
YUV133.43138.4892.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 155 (60.94% from 255) = 39.64%
BLUE value IS 152 (59.77% from 255) = 38.87%
R=21.48%
G=39.64%
B=38.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841551520.4600.020.39177.4629.7146.86
Hex549B982E0227b11e2f
Octal1242332305602472613657
Binary101010010011011100110001011100101001111011000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #549B98;
 }
 .AnyTagClassName
 {
   color: #549B98;
 }
</style>
background-color css

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

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

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

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

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

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