#5BB693

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

Shades of Keppel #5BB693

Tints of Keppel #5BB693

Color information

#5BB693 (or 0x5BB693) is unknown color: approx Keppel. HEX triplet: 5B, B6 and 93. RGB value is (91,182,147). Sum of RGB (Red+Green+Blue) = 91+182+147=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 182 - color contains mainly: green. Hex color #5BB693 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB693 is #A4496C. Grayscale: #969696. Windows color (decimal): -10766701 or 9680475. OLE color: 9680475.

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

Color convert

RGB91182147-
CMYK0.500.190.29
HSL156.92º38.4%53.53%-
HSV(B)156.92º50%71.37%-
XYZ26.3137.7933.51-
YUV150.8125.8585.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.67%
GREEN value IS 182 (71.48% from 255) = 43.33%
BLUE value IS 147 (57.81% from 255) = 35%
R=21.67%
G=43.33%
B=35%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911821470.500.190.29156.9238.453.53
Hex5BB693320131D9d2636
Octal13326622362023352354666
Binary101101110110110100100111100100100111110110011101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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