#5BB993

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

Shades of Keppel #5BB993

Tints of Keppel #5BB993

Color information

#5BB993 (or 0x5BB993) is unknown color: approx Keppel. HEX triplet: 5B, B9 and 93. RGB value is (91,185,147). Sum of RGB (Red+Green+Blue) = 91+185+147=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #5BB993 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB993 is #A4466C. Grayscale: #989898. Windows color (decimal): -10765933 or 9681243. OLE color: 9681243.

HSL color Cylindrical-coordinate representation of color #5BB993: hue angle of 155.74º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BB993 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB91185147-
CMYK0.5100.210.27
HSL155.74º40.17%54.12%-
HSV(B)155.74º50.81%72.55%-
XYZ26.9339.0333.72-
YUV152.56124.8684.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.51%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=21.51%
G=43.74%
B=34.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911851470.5100.210.27155.7440.1754.12
Hex5BB993330151B9c2836
Octal13327122363025332345066
Binary101101110111001100100111100110101011101110011100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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