#5BA69E

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

Shades of Cadet Blue #5BA69E

Tints of Cadet Blue #5BA69E

Color information

#5BA69E (or 0x5BA69E) is unknown color: approx Cadet Blue. HEX triplet: 5B, A6 and 9E. RGB value is (91,166,158). Sum of RGB (Red+Green+Blue) = 91+166+158=415 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.93% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA69E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA69E is #A45961. Grayscale: #8E8E8E. Windows color (decimal): -10770786 or 10397275. OLE color: 10397275.

HSL color Cylindrical-coordinate representation of color #5BA69E: hue angle of 173.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA69E is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB91166158-
CMYK0.4500.050.35
HSL173.6º29.64%50.39%-
HSV(B)173.6º45.18%65.1%-
XYZ24.1231.9737.25-
YUV142.66136.6591.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.93%
GREEN value IS 166 (65.23% from 255) = 40%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=21.93%
G=40%
B=38.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911661580.4500.050.35173.629.6450.39
Hex5BA69E2D0523ae1e32
Octal1332462365505432563662
Binary1011011101001101001111010110101011000111010111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,166,158); }

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

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

 a { background-color: rgb(91,166,158); }

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

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

 span { border-color: rgb(91,166,158); }

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