#5BAF92

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

Shades of Keppel #5BAF92

Tints of Keppel #5BAF92

Color information

#5BAF92 (or 0x5BAF92) is unknown color: approx Keppel. HEX triplet: 5B, AF and 92. RGB value is (91,175,146). Sum of RGB (Red+Green+Blue) = 91+175+146=412 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.09% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAF92 is #A4506D. Grayscale: #929292. Windows color (decimal): -10768494 or 9613147. OLE color: 9613147.

HSL color Cylindrical-coordinate representation of color #5BAF92: hue angle of 159.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAF92 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB91175146-
CMYK0.4800.170.31
HSL159.29º34.43%52.16%-
HSV(B)159.29º48%68.63%-
XYZ24.8334.9632.63-
YUV146.58127.6788.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.09%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=22.09%
G=42.48%
B=35.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911751460.4800.170.31159.2934.4352.16
Hex5BAF92300111F9f2234
Octal13325722260021372374264
Binary101101110101111100100101100000100011111110011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,175,146); }

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

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

 a { background-color: rgb(91,175,146); }

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

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

 span { border-color: rgb(91,175,146); }

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