#5BB19A

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

Shades of Keppel #5BB19A

Tints of Keppel #5BB19A

Color information

#5BB19A (or 0x5BB19A) is unknown color: approx Keppel. HEX triplet: 5B, B1 and 9A. RGB value is (91,177,154). Sum of RGB (Red+Green+Blue) = 91+177+154=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #5BB19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB19A is #A44E65. Grayscale: #949494. Windows color (decimal): -10767974 or 10137947. OLE color: 10137947.

HSL color Cylindrical-coordinate representation of color #5BB19A: hue angle of 163.95º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB19A is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB91177154-
CMYK0.4900.130.31
HSL163.95º35.54%52.55%-
HSV(B)163.95º48.59%69.41%-
XYZ25.873636.16-
YUV148.66131.0186.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.56%
GREEN value IS 177 (69.53% from 255) = 41.94%
BLUE value IS 154 (60.55% from 255) = 36.49%
R=21.56%
G=41.94%
B=36.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911771540.4900.130.31163.9535.5452.55
Hex5BB19A310D1Fa42435
Octal13326123261015372444465
Binary10110111011000110011010110001011011111110100100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,177,154); }

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

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

 a { background-color: rgb(91,177,154); }

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

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

 span { border-color: rgb(91,177,154); }

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