#5BA49F

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

Shades of Cadet Blue #5BA49F

Tints of Cadet Blue #5BA49F

Color information

#5BA49F (or 0x5BA49F) is unknown color: approx Cadet Blue. HEX triplet: 5B, A4 and 9F. RGB value is (91,164,159). Sum of RGB (Red+Green+Blue) = 91+164+159=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA49F is #A45B60. Grayscale: #8D8D8D. Windows color (decimal): -10771297 or 10462299. OLE color: 10462299.

HSL color Cylindrical-coordinate representation of color #5BA49F: hue angle of 175.89º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA49F is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB91164159-
CMYK0.4500.030.36
HSL175.89º28.63%50%-
HSV(B)175.89º44.51%64.31%-
XYZ23.8531.2837.58-
YUV141.6137.8291.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.98%
GREEN value IS 164 (64.45% from 255) = 39.61%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=21.98%
G=39.61%
B=38.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911641590.4500.030.36175.8928.6350
Hex5BA49F2D0324b01d32
Octal1332442375503442603562
Binary101101110100100100111111011010111001001011000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BA49F; }

 p { color: rgb(91,164,159); }

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

<style>
 a { background-color: #5BA49F; }

 a { background-color: rgb(91,164,159); }

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

<style>
 span { border-color: #5BA49F; }

 span { border-color: rgb(91,164,159); }

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