#5BAB90

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

Shades of Keppel #5BAB90

Tints of Keppel #5BAB90

Color information

#5BAB90 (or 0x5BAB90) is unknown color: approx Keppel. HEX triplet: 5B, AB and 90. RGB value is (91,171,144). Sum of RGB (Red+Green+Blue) = 91+171+144=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAB90 is #A4546F. Grayscale: #909090. Windows color (decimal): -10769520 or 9481051. OLE color: 9481051.

HSL color Cylindrical-coordinate representation of color #5BAB90: hue angle of 159.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAB90 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB91171144-
CMYK0.4700.160.33
HSL159.75º32.26%51.37%-
HSV(B)159.75º46.78%67.06%-
XYZ23.9133.3631.57-
YUV14412890.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.41%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=22.41%
G=42.12%
B=35.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911711440.4700.160.33159.7532.2651.37
Hex5BAB902F01021a02033
Octal13325322057020412404063
Binary1011011101010111001000010111101000010000110100000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,171,144); }

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

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

 a { background-color: rgb(91,171,144); }

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

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

 span { border-color: rgb(91,171,144); }

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