#5BA193

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

Shades of Cadet Blue #5BA193

Tints of Cadet Blue #5BA193

Color information

#5BA193 (or 0x5BA193) is unknown color: approx Cadet Blue. HEX triplet: 5B, A1 and 93. RGB value is (91,161,147). Sum of RGB (Red+Green+Blue) = 91+161+147=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA193 is #A45E6C. Grayscale: #8A8A8A. Windows color (decimal): -10772077 or 9675099. OLE color: 9675099.

HSL color Cylindrical-coordinate representation of color #5BA193: hue angle of 168º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA193 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB91161147-
CMYK0.4300.090.37
HSL168º27.78%49.41%-
HSV(B)168º43.48%63.14%-
XYZ22.3329.8232.18-
YUV138.47132.8194.14-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.81%
GREEN value IS 161 (63.28% from 255) = 40.35%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=22.81%
G=40.35%
B=36.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal911611470.4300.090.3716827.7849.41
Hex5BA1932B0925a81c31
Octal13324122353011452503461
Binary10110111010000110010011101011010011001011010100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,161,147); }

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

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

 a { background-color: rgb(91,161,147); }

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

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

 span { border-color: rgb(91,161,147); }

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