#5BB595

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

Shades of Keppel #5BB595

Tints of Keppel #5BB595

Color information

#5BB595 (or 0x5BB595) is unknown color: approx Keppel. HEX triplet: 5B, B5 and 95. RGB value is (91,181,149). Sum of RGB (Red+Green+Blue) = 91+181+149=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #5BB595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB595 is #A44A6A. Grayscale: #969696. Windows color (decimal): -10766955 or 9811291. OLE color: 9811291.

HSL color Cylindrical-coordinate representation of color #5BB595: hue angle of 158.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BB595 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB91181149-
CMYK0.5000.180.29
HSL158.67º37.82%53.33%-
HSV(B)158.67º49.72%70.98%-
XYZ26.2637.4434.28-
YUV150.44127.1885.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.62%
GREEN value IS 181 (71.09% from 255) = 42.99%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=21.62%
G=42.99%
B=35.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911811490.5000.180.29158.6737.8253.33
Hex5BB595320121D9f2635
Octal13326522562022352374665
Binary101101110110101100101011100100100101110110011111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,181,149); }

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

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

 a { background-color: rgb(91,181,149); }

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

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

 span { border-color: rgb(91,181,149); }

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